The System of PolynomialsYou are aware of the different types of numbers: natural numbers, integers, rational numbers, and real numbers. Now you will work with a property of the number system called the closure property. A set of numbers is closed for a specific mathematical operation if you can perform the operation on any two elements in the set and always get a result that is an element of the set.Consider the set of natural numbers. When you add two natural numbers, you will always get a natural number. For example, 3 + 4 = 7. So, the set of natural numbers is said to be closed under the operation of addition.Similarly, adding two integers or two rational numbers or two real numbers always produces an integer, or rational number, or a real number, respectively. So, all the systems of numbers are closed under the operation of addition.Think of polynomials as a system. For each of the following operations, determine whether the system is closed under the operation. In each case, explain why it is closed or provide an example showing that it isn’t.1. AdditionType your response here:2. SubtractionType your response here:3. MultiplicationType your response here:4. DivisionType your response here:

Answers

Answer 1

Polynomials are closed under the operation of addition, subtraction, and multiplication only. Here's why:

1. Addition: (Closed)

Reason: Say we have two polynomials: (x⁴ + 2x³ - 4) and (3x³ - 2x² + 6x). If we add these two polynomials, (x⁴ + 2x³ - 4) + (3x³ - 2x² + 6x), it will result to x⁴ + 5x³ - 2x² + 6x - 4 which is also a polynomial.

When adding polynomials, the variables and the exponents don't change. This guarantees that the sum of these variables with exponents will always be a polynomial.

2. Subtraction: (Closed)

Reason: Say we have two polynomials: (x⁴ + 2x³ - 4) and (3x³ - 2x² + 6x). If we subtract these two polynomials, (x⁴ + 2x³ - 4) - (3x³ - 2x² + 6x), it will result to x⁴ - x³ + 2x² - 6x - 4 which is also a polynomial.

When subtracting polynomials, the variables, and the exponents don't change. This guarantees that the difference of these variables with exponents will always be a polynomial.

3. Multiplication: (Closed)

Reason: Say we have two polynomials (x + 2) and (x - 4). If we multiply these two polynomials, (x + 2)(x - 4), it will result in x² - 2x - 8, which is also a polynomial.

When multiplying polynomials, the variables do not change but the exponents will be added to each other. In this case, we can guarantee that the new exponents will be positive whole numbers still and this guarantees that the answer will be a polynomial.

4. Division: (Not closed)

Reason: When dividing polynomials, exponents are being subtracted from each other, therefore, we might have a result of a negative exponent. Negative exponents are not allowed in a polynomial. Example, say we have two polynomials (x²) and (x⁴), if we divide (x²) by (x⁴), the resulting value would be:

[tex]\frac{x^2}{x^4}=x^{-2}[/tex]

The resulting value is x to the power of negative 2, and is not a polynomial.


Related Questions

Which of the following are equivalent to the function y = 3cOS X + 2? Check all that apply. A. y = 3cos(-x) + 2 B. y = -3cOS X-2 C. y = 3sin(x + 1) +2 + D. y = 3sin(x-7)+2

Answers

[tex]y\text{ = 3sin(x + }\frac{\pi}{2})\text{ + 2 (option C})[/tex]

Explanation:

We need to plot the graphs of these functions on the same axis:

[tex]\begin{gathered} \text{From the graph, we s}e\text{ the function} \\ y\text{ = 3cosx + 2 has the same grap as } \\ y\text{ = 3sin(x + }\frac{\pi}{2})\text{ + 2} \\ \\ \text{Please note from angles in trigonometry:} \\ \sin \text{ (90 + }\theta)\text{ = cos }\theta \\ \cos x\text{ = sin (90 + x)} \end{gathered}[/tex]

Hence, the correct option

[tex]y\text{ = 3sin(x + }\frac{\pi}{2})\text{ + 2 (option }C)[/tex]

Jennifer's family is going to see the Atlanta Symphony Orchestra. Tickets cost $79 each, and there is a $14.95 convenience fee for each ticket. If Jennifer's mom buys tickets for 6 people, how much money does she spend in all?

Answers

Answer:

563.7

Step-by-step explanation:

add 79 + 14.95 and multiply that by 6

help meeeeeeeeeeeeeee pleaseeeeeee

Answers

Answer: 2.5, 5.4

Step-by-step explanation:

[tex]-16t^2 +126t=213\\\\16t^2 -126t+213=0\\\\t =\frac{-(-126) \pm \sqrt{(-126)^2 -4(16)(213)}}{2(16)}\\\\t \approx 2.5, 5.4[/tex]

8 - Arrange from LEAST to GREATEST without the use of a calculator

Answers

Given the numbers:

[tex]3^{\frac{1}{3}},\text{ }4^{\frac{1}{2}},\text{ }\sqrt[3]{9},\text{ 1}^8,\text{ \lparen-}\frac{1}{2})^{-2}[/tex]

Let's arrange the numbers from the least to the greatest without the use of a calculator.

Now, let's first simplify each term.

We have:

[tex]\begin{gathered} 3^{\frac{1}{3}}=\sqrt[3]{3} \\ \\ 4^{\frac{1}{2}}=\sqrt{4}=2 \\ \\ \sqrt[3]{9} \\ \\ 1^8=1 \\ \\ -(\frac{1}{2})^{-2}=(-2)^2=4 \end{gathered}[/tex]

Therefore, arranging the numbers from the least to the greatest, we have:

[tex]\begin{gathered} 1 \\ \\ \\ 3^{\frac{1}{3}} \\ \\ \\ 4^{\frac{1}{2}} \\ \\ \sqrt[3]{9} \\ \\ \\ (-\frac{1}{2})^{-2} \end{gathered}[/tex]

What is an equation of the line that passes through the points (6,0) and (3, 4)?

Answers

The slope-intercept form of the equation of a straight line is given to be:

[tex]y=mx+b[/tex]

where m is the slope and b is the intercept on the y-axis.

The slope is calculated using two points on the line by the formula:

[tex]m=\frac{y_2-y_1}{x_2-x_1}[/tex]

Therefore, for this line, the slope will be:

[tex]m=\frac{4-0}{3-6}=-\frac{4}{3}[/tex]

Therefore, this value for the slope is substituted back into the equation for the line:

[tex]y=-\frac{4}{3}x+b[/tex]

At the point (6, 0), we can calculate the value of b to be:

[tex]\begin{gathered} 0=-\frac{4}{3}(6)+b \\ b=\frac{4}{3}(6) \\ b=8 \end{gathered}[/tex]

Therefore, the equation is:

[tex]y=-\frac{4}{3}x+8[/tex]

What number will complete the point-slope equation that models this scenario?

y−50,000=[_______](x−10)

−3,000
−2,000
2,000
3,000

Answers

A Point-Slope equation of a straight line models this scenario: y -50,000 = -3,000(x -10).

What is the Point-slope form?

The equation of the straight line has its slope and given point.

If we have a non-vertical line that passes through any point(x1, y1) has gradient m. then general point (x, y) must satisfy the equation

y-y₁ = m(x-x₁)

We can recognize any points of the graph.

(0,80000) ; (10,50000)

Given that;

y -50,000 =______(x -10)

We need to find the slope.

Slope = Change in y / Change in x

Slope = 80,000 - 50,000 / 0 - 10 = 30,000 / -10

= -3,000

The slope is equal to -3000 that is Choice A; y -50,000 = -3,000(x -10)

Learn more about slope here:

https://brainly.com/question/2503591

#SPJ1

The complete question is;

The newspaper in Haventown had a circulation of 80,000 papers in the year 2000. In 2010, the circulation was 50,000. With x = 0 representing the year 2000, the graph below models this scenario.

BRAINLIST PLEASE HELP!

Answers

(a) Angle B = Angle C = 65 degree.

(b) Angle x and Angle y is 70 degree .

Given,

In the question:

9. Write a sequence of rigid motion to take figure ABC  to figure DEF.

Now According to the question:

Take a figure ABC to figure DEF

So, CB = FE

      BA = ED

Angle B = Angle E

10.(a) To find the unknown measure:

In triangle ABC

Angle A = 90 degree

To find the Angle B and C

Let the angle B and C be x

We know that :

Sum of angle triangle is 180 degree

50 + x + x = 180

50 + 2x = 180

2x = 180 - 50

2x = 130

x = 65°

Hence, Angle B = Angle C = 65 degree.

10. (b)  Given,

Angle ABC = Angle BAC

If two sides of a triangle are congruent, then the angles opposite those sides are congruent.

Substitute Angle ABC = y and  Angle BAC  = x into Angle ABC = Angle BAC .

Angle (ABC + ACB + BAC) = 180 degree (Angle sum theorem)

=> y + 40 + x = 180

=> x + 40 + x = 180

=> 2x = 180 - 40

=> 2x = 140

x = 70°

Hence, Angle x and Angle y is 70 degree .

Learn more about  Angles at:

https://brainly.com/question/28451077

#SPJ1

 

Please help as soon as you can

Answers

The coordinates of the triangle S'T'U' is (2, -1), (5,3), (1, -4) and the triangle S"T"U" is (1,3), (4,5),(0,-2)

Coordinates:

Basically, the pair of numbers that describe the position of a point on a coordinate plane by using the horizontal and vertical distances from the two reference axes is known as coordinates.

Given,

The triangle STU is graphed at S(2,-1) T(5,-3) U(1,4). Triangle STU is reflected over the x-axis to create triangle S'T'U' and then translated by the rule (x,y) ->(x-1,y+2) to create S"T"U".

Here we need to find the coordinates for triangle S'T'U' and S"T"U".

In order to find the correct transformation for this triangle, we have to do the following,

The formula that is used to reflect a coordinate point about the x-axis.

(X2,Y2) = (X1,Y1) * (1,-1)

So, based on this rule, the coordinates of S'T'U' is,

S(2,-1) => S'((2 x 1), (-1 x -1)) = > S'(2,-1)

T(5,-3) => T'((5 x 1), (-3 x -1)) => T'(5, 3)

U(1,4) => U'((1 x 1), (4 x -1)) => U'(1, -4)

Now we have to apply the next rule,

=> (x, y) -> (x-1, y+2)

S'(2,1) => S'((2 - 1), (1 + 2)) = > S'(1, 3)

T'(5,3) => T'((5 - 1), (3 + 2)) => T'(4, 5)

U'(1,-4) => U'((1 - 1), (-4 + 2)) => U'(0, -2)

Therefore, the coordinates of S'T'U' is (2, -1), (5,3), (1, -4) and the coordinates of S"T"U" is (1,3), (4,5),(0,-2)

To know more about Coordinates here.

https://brainly.com/question/27749090

#SPJ1

Hi this is the question that I have. I don’t know if the one that I have chose is right or not. Please help me

Answers

To answer this question we must carefully understand the scope of the numbers of the table.

* It represents the number of adults that listen to audiobooks or not. But not all adults, just the surveyed adults.

* Nothing is said about books, only about audiobooks.

Some of the choices are tricky. For example, second and fourth choices talk about books, so they must be discarded.

The third choice refers to all adults, but the table refers only to the 640 adults that were asked.

The first choice is the best question that can be answered using the table.

Given 3 and one-tenth times negative 6 times seven-twelfths, determine the product.

eighteen and one sixtieth
negative eighteen and 7 over 120
ten and 17 over 20
negative 10 and 17 over 20

Answers

The given statement expression is equivalent to -2 [tex]\frac{1}{10}[/tex].

What is a expression? What is a mathematical equation? What is Equation Modelling? What are complex numbers?

A mathematical expression is made up of terms (constants and variables) separated by mathematical operators. A mathematical equation is used to equate two expressions. Equation modelling is the process of writing a mathematical verbal expression in the form of a mathematical expression for correct analysis, observations and results of the given problem. In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted [i], called the imaginary unit and satisfying the equation -

[tex]{\displaystyle i^{2}=-1}[/tex]

Every complex number can be expressed in the form a + bi, where [a] and [b] are real numbers

We have the following statement -

3 and one-tenth times negative 6 times seven-twelfths

We can write -

3 (1/10 x - 6) × 7/12

- 3 [tex]\frac{3}{5}[/tex] × 7/12

-18/5 × 7/12

-3/5 x 7/2

- 21/10

- 2 [tex]\frac{1}{10}[/tex]

Therefore, the given statement expression is equivalent to -2 [tex]\frac{1}{10}[/tex].

To solve more questions on Equations, Equation Modelling and Expressions visit the link below -

brainly.com/question/14441381

#SPJ1

Describe how a drywaller might use a formula to estimate the
number of sheets of drywall needed for a room.

Answers

Answer:

Square footage

Step-by-step explanation:

help meeeeeeeeee pleasee

Answers

Answer: 2.5, 5.3

Step-by-step explanation:

[tex]-16t^2 +126t=217\\ \\ 16t^2 -126t+217=0\\\\t=\frac{-(-126) \pm \sqrt{(-126)^2 -4(16)(217)}}{2(16)}\\\\t \approx 2.5, 5.3[/tex]

prime or composite
number 1
67

Answers

67 is a prime number and 1 is neither prime nor composite number.

What is prime number and composite number?

A prime number is a number which has exactly two factors i.e. '1' and the number itself. A composite number has more than two factors, which means apart from getting divided by 1 and the number itself, it can also be divided by at least one positive integer.

The given two numbers are 1 and 67.

Since, the prime numbers from 1 to 100 are: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97.

67 has exactly two factors i.e. 1 and the number 67 itself.

Therefore, 67 is a prime number.

Due to the fact that it only has one factor, 1, number is not a prime.

Hence, 67 is a prime number and 1 is neither prime number nor composite number.

To know more about prime number and composite number,  click on the link

https://brainly.com/question/111476

#SPJ1

Four times a number is less than 56. Find the largest integer that satisfies the inequality

Answers

13.

13x4 is 52 which is the largest integer that's less than 56.

14 x 4 is 56 which is equal or less than.

help meeeeeeeeeeeeeee pleaseeeeeee

Answers

Answer: Width = 4.7 meters, Length = 6.7 meters

Step-by-step explanation:

Let the width be w. Then, the length is w+2.

[tex]w(w+2)=32\\\\w^2 +2w=32\\\\w^2 +2w-32=0\\ \\ w=\frac{-2 \pm \sqrt{2^2 -4(1)(-32)}}{2(1)}\\\\w \approx 4.7\\\\\implies w+2 \approx 6.7[/tex]

help me solve this
-7+3=?

Answers

-4Answer:

Step-by-step explanation:

Answer:

-7 + 3 = -4

Step-by-step explanation:

May I have Brainliest please? I am so close to getting my next ranking! I just need 2 more for it! I would really appreciate it, and it would make my day! Thank you so much, and have a wonderful rest of your day!

suppose that there are two types of tickets: advanced and same day. advance tickets cost $25 and same day tickets are $30.for one performance there were 65 tickets sold in all. and the total amount paid for them was $1800.how many tickect of each were sold

Answers

The number of advance and same day tickets sold are 25 and 35 respectively.

How many tickect of each were sold?

let

number of advance tickets sold = xNumber of same day tickets sold = y

x + y = 65

25x + 30y = 1800

From (1)

x = 65 - y

Substitute x = 65 - y into (2)

25x + 30y = 1800

25(65 - y) + 30y = 1800

1625 - 25y + 30y = 1800

5y = 1800 - 1625

5y = 175

y = 175/5

y = 35

Substitute y = 35 into (1)

x + y = 65

x + 35 = 65

x = 65 - 35

x = 25

Therefore, Simultaneous equation is used to determine the number of advance and same day tickets sold.

25 advance tickets and 35 same day tickets were sold.

Read more on simultaneous equation:

https://brainly.com/question/16863577

#SPJ1

In a video game, Shar has to build a pen shaped like a right triangle for her animals. If she needs 6 feet of fence for the shortest side and 10 feet of fence for the longest side, how many feet of fencing is needed for the entire animal pen?

Answers

If in a video game, Shar has to build a pen shaped like a right triangle for her animals. The  feet of fencing that is needed for the entire animal pen is : 24 feet.

How to find the feet  of fencing needed?

First step is to make use of Pythagorean theorem formula to find the other side of the triangle

c= √a²+b²

Where:

a=Side of right triangle

b=Side of right triangle

c=hypotenuse

= √(10² - 6²)

=√(100 - 36)

= √62

= 8 feet

Now let find the perimeter of the triangle

Perimeter of the triangle = 6 feet + 8 feet + 10 feet

Perimeter of the triangle = 24 feet

Therefore the feet needed is 24 feet.

Learn more about  feet  of fencing needed here:https://brainly.com/question/27217212

#SPJ1

Answer:24 feet

Step-by-step explanation:i took a test

a board of directors consists of ten men and five women. a four-member search committee is randomly chosen to recommend a new company president. what is the probability that all four members of the search committee will be women?

Answers

The probability of all four women being on the search committee as members in it is 1/273.

We have 15 people in total out of which there are 10 men and 5 women. We need four people on the committee out of these 15.

The probability of that happening can be calculated using the formula -

= Probability of all four women getting selected/Probability of all getting selected

= (5!/4!.1!) / (15!/4!11!)

= (5!/4!1!) * (4!11!/15!)

= (5*4*3*2*1) / (15*14*13*12)

= 1/273

From this, we know that if we need to have all four women as members of the search committee, the probability of that happening is 1/273.

Learn to know more about Probability on

https://brainly.com/question/11234923?referrer=searchResults

#SPJ4

Do 5 + 3 and 3 + 5 represent the same express? Explain.

Answers

5 + 3 = 8

3 + 5 = 8

The represent the same expression

Solve for u.
-2|3u| +5 > -5

Answers

The value of u is -5/3 < u < 5/3

We need to calculate the value of u

-2|3u| +5 > -5

-2(3u) + 5 > -5

-6u + 5 > -5

-6u > -10

6u < 10

3u < 5

u < 5/3

-2(-3u) + 5 > -5

6u + 5 > -5

6u > -10

3u > -5

u > -5/3

Therefore, the value of u is -5/3 < u < 5/3

To learn more about equation refer here

https://brainly.com/question/22688504

#SPJ9

Which equation represents a proportional relationship?
OA. y = 4x
OB. y=3x2
OC. y = 5x+2
OD. y = 7

Answers

A is the equation representing proportional relationship .

What is proportional relationship ?

Relationships between two variables that are proportional occur when their ratios are equal. Another way to consider them is that in a proportionate relationship, one variable is consistently equal to the other's constant value. The "constant of proportionality" is the name of this constant.

Calculation

If the y intercept is anything but 0, then the linear function is not proportional. So C is not proportional (2 is the y intercept)

B is a quadratic and it will not give proportional results. y/x is not a constant.

D has no x value and is not going to give a proportional result. y/x is undefined.

learn more about proportional relationship here :

brainly.com/question/12917806

#SPJ13

PAINTINGS Julio is selling paintings that he made. He sells each painting for $25, and he spent $200 on supplies to make the paintings. The function m=25p−200 represents the profit m that Julio earns after selling p paintings. Find the zero of the function. Describe what this value means in the context of the situation.

Answers

The zero of the function m = 25p - 200 is, p = 8 represents her break even.

What is a numerical expression?

A numerical expression is a mathematical statement written in the form of numbers and unknown variables. We can form numerical expressions from statements.

Given,  He sells each painting for $25, and he spent $200 on supplies to make the paintings.

The function m = 25p - 200 represents the profit m that Julio earns after selling p paintings.

The zeroes of the function is when she break even,

At p = 8 means after selling 8 paintings she will have break even as,

m = 25(8) - 200.

m = 200 - 200.

m = 0.

learn more about numerical expressions here :

https://brainly.com/question/29199574

#SPJ1

(It would be great if there were an explanation, I'm struggling to understand how this works.) Triangle FGH has vertices F(−4, 0), G(0, 4), and H(4, 0). A dilation, centered at the origin, is applied to this triangle. The image has vertices F′(−12, 0), G′(0, 12), and H′(12, 0).


What is the scale factor of this dilation?


Enter your answer in the box.

Nevermind, solved. The answer is 3 because if you multiply each of the original points by 3 you get the new points. Since I already put this question up, you can answer just for points.

Answers

A scale factor is defined as the ratio between the scale of a given original object and a new object.

The scale factor of this dilation is 3.

What is a scale factor?

A scale factor is defined as the ratio between the scale of a given original object and a new object.

We have,

Triangle FGH has vertices:

F = (−4, 0)

G = (0, 4)

H = (4, 0).

The image of the triangle has vertices:

F′ = (−12, 0)

G′ = (0, 12)

H′ = (12, 0)

We see that,

Multiplying 3 on all the vertices of

F = (−4, 0)

G = (0, 4)

H = (4, 0)

we get,

F′ = (−12, 0)

G′ = (0, 12)

H′ = (12, 0)

This means,

A dilation with a scale factor of 3 is applied to the triangle.

Thus,

The scale factor of this dilation is 3.

Learn more about scale factors here:

https://brainly.com/question/20759556

#SPJ1

write the new coordinates after a glide reflection described by. (x,y) (x, y-2) reflection in x=0.

Answers

To find the new coordinates, we just have to use the given rule

[tex](x,y)\rightarrow(x,y-2)[/tex]

Let's apply it to each vertex

[tex]\begin{gathered} A(2,10)\rightarrow A^{\prime}(2,10-2)\rightarrow A^{\prime}(2,8) \\ B(3,-4)\rightarrow B^{\prime}(3,-4-2)\rightarrow B^{\prime}(3,-6) \\ C(-3,1)\rightarrow C^{\prime}(-3,1-2)\rightarrow C^{\prime}(-3,-1) \end{gathered}[/tex]Therefore, the new coordinates are A'(2,8), B'(3,-6), and C'(-3,-1).

true or false? The sun of an even whole number and an odd whole number is always odd.​

Answers

Answer:

the sum of an even whole number and odd whole number is always odd ,

True

What percent of 120 is 180%

Answers

What percent of 120 is 180

we know that

120 represent the 100%

so

Applying proportion

100/120=x/180

solve for x

x=(100/120)*180

x=150%

the answer is 150%

I need help with this problem. please if you can?

Answers

Answer:

1. Sometimes True.

2. Sometimes True.

3. Always True.

Explanation:

Given the statements;

1.

A percent of a number is smaller than the original number.

Sometimes True.

When the percentage is less than 100% it will be less than the number which makes the statement true, while when the percentage is greater than or equal 100% then the number will be greater than or equal to the original number which makes the statement false.

2.

It saves you more money to have a coupon for an amount of money off instead of a percent off.

Sometimes True.

It depends on the amount of money off and the percent off. Either of them could save more money.

3.

An improper fraction written as a percent will be greater than 100%.

Always True.

when an improper fraction is written as a percentage it will always be greater than 100%


A store that sells cell phones has cell-phone covers in a variety of 6 colors and 6 designs. An employee will randomly choose a cell-phone cover to give to each customer who purchases a new cell
phone. Which simulation best models the outcomes of the possible cell-phone covers?
rolling two number cubes at the same time and recording the results
flipping a coin twice and recording the results
rolling a number cube and recording the results
rolling a number cube, flipping a coin, and recording the results

Answers

Answer: I am pretty sure that the answer is flipping a coin twice and recording the result

Step-by-step explanation: my reasoning is you can compare the results unlike the rest

|x - 7| ≥ 1?

what is the solution?

Answers

Answer: Inequality form: x is less then or equal to 6 or xis greater then or equal to 8

Interval Notation: (-infinity,6] u [8,infinity)

Answer:

x ≤ 6 ∨ x ≥ 8

Step-by-step explanation:

x-7 ≥ 0

when

x≥7


if x≥7

x-7≥ 1

x ≥ 7 + 1

x ≥ 8


if x < 7

-x + 7 ≥ 1

-x ≥ -7 + 1

-x ≥ -6

x ≤ 6


Final solution

x≤ 6 ∨ x ≥ 8

Other Questions
I have a calculus question about the definite integral, from my high school AP Calculus Class, pic included Divide. Reduce the answer to lowest terms. 5 2/3 3 1/9 28/51 1 23/28 1 3/476 17 17/27 PWEASE HELP please ANSWER SCIENCE Tell weather the ratios form proportion 3/11 and 17/6True or False In the year 2100, spaceships have become the primary form of transportation. Based on this scenario, a person who works for GeneralMotors (a car company) would be considered.Structurally unemployedFrictionally unemployedSeasonally unemployedCyclically unemployed. can you show me step by step how to divide 6 1/8 divided by 1 3/4 An angle measures 24.6 more than the measure of its complementary angle. What is the measure of each angle? _and_ Balance Equation:__H2O + __ F2 > __HF + __O2 Which of the following shows that f(x) grows at the same rate as g(x)? (5 points)the limit as x goes to infinity of the quotient of f of x and g of x equals 1000the limit as x goes to infinity of the quotient of f of x and g of x equals 0the limit as x goes to infinity of the quotient of f of x and g of x equals infinityNone of these What is the slope of the line in the graph?A. 8B. 1/8C. 1/4 D. 4 what is 2/3 times 3/8 What blood types are possible for a child whose parents both have AB bloodtype?I. AII. BIll. ABIV. OA. Only IB. Ill and IVC. I and IlD. I, Il, and Ill Reshanda bought 17 plants to arrange along the border of her garden. How many distinct arrangements can she make if the plants are comprised of 6 tulips, 5 roses, and 6 daisies? Manuel has a bag of marbles with 2 blue marbles, 1 white marbles, and 1 red marbles.Find the following probabilities of Manuel drawing the given marbles from the bag if the first marble(s) is(are) returned to the bag after they are drawn.a) a blue, then a red b) a red, then white c) a blue, then a blue, then a blue Which congruence theorems can be used to prove AEFG = AJHG? Select two options.EHGGF If f(1) = 9 and f(n) = 5f(n 1) then find the value of f(4). 295+32+4 Order of operation Kendall puts 1,000.00 into an account to use for school expenses the account earns 9% interest compounded monthly how much will be in the account after 9 years during the karyotyping procedure, the cell pellet is suspended in a solution which causes the cells to swell and the chromosomes to spread out from each other. this type of solution is called a(n) solution. Ricardo Cooks pizza at a restaurant he cooks five Pizza on Wednesday 9 pizzas on Thursday four times as many pizzas on Friday then Thursday complete the equation to show P the total number of Pizza is Ricardo Cooks on Wednesdays Thursdays and Fridays