SOLUTION: The table shows the relationship between x and y in a quadratic equation of the form y = ax^2 + bx + c, where a, b, and c are integers.What is the value of a? x 1 2

Algebra ->  Functions -> SOLUTION: The table shows the relationship between x and y in a quadratic equation of the form y = ax^2 + bx + c, where a, b, and c are integers.What is the value of a? x 1 2       Log On


   



Question 263310: The table shows the relationship between x and y in a quadratic equation of the form y = ax^2 + bx + c, where a, b, and c are integers.What is the value of a?
x 1 2 3 4 5 6 7
y -8 5 24 49 80 117 160

Found 2 solutions by richwmiller, Theo:
Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
x=1 y=-8
ax^2+bx+c=y
c = -a-b-8, x = 1, y = -8
c = -4 a-2 b+5, x = 2, y = 5
c = -3 (3 a+b-8), x = 3, y = 24
c = -16 a-4 b+49, x = 4, y = 49
c = -a-b-8 and
c = -4a-2 b+5 and
c = -3*(3a+b-8) and
c = -16a-4b+49
a = 3, b = 4, c = -15
y=3x^2+4x-15
y=(x+3)(3x-5)
Solved by pluggable solver: Factoring using the AC method (Factor by Grouping)


Looking at the expression 3x%5E2%2B4x-15, we can see that the first coefficient is 3, the second coefficient is 4, and the last term is -15.



Now multiply the first coefficient 3 by the last term -15 to get %283%29%28-15%29=-45.



Now the question is: what two whole numbers multiply to -45 (the previous product) and add to the second coefficient 4?



To find these two numbers, we need to list all of the factors of -45 (the previous product).



Factors of -45:

1,3,5,9,15,45

-1,-3,-5,-9,-15,-45



Note: list the negative of each factor. This will allow us to find all possible combinations.



These factors pair up and multiply to -45.

1*(-45) = -45
3*(-15) = -45
5*(-9) = -45
(-1)*(45) = -45
(-3)*(15) = -45
(-5)*(9) = -45


Now let's add up each pair of factors to see if one pair adds to the middle coefficient 4:



First NumberSecond NumberSum
1-451+(-45)=-44
3-153+(-15)=-12
5-95+(-9)=-4
-145-1+45=44
-315-3+15=12
-59-5+9=4




From the table, we can see that the two numbers -5 and 9 add to 4 (the middle coefficient).



So the two numbers -5 and 9 both multiply to -45 and add to 4



Now replace the middle term 4x with -5x%2B9x. Remember, -5 and 9 add to 4. So this shows us that -5x%2B9x=4x.



3x%5E2%2Bhighlight%28-5x%2B9x%29-15 Replace the second term 4x with -5x%2B9x.



%283x%5E2-5x%29%2B%289x-15%29 Group the terms into two pairs.



x%283x-5%29%2B%289x-15%29 Factor out the GCF x from the first group.



x%283x-5%29%2B3%283x-5%29 Factor out 3 from the second group. The goal of this step is to make the terms in the second parenthesis equal to the terms in the first parenthesis.



%28x%2B3%29%283x-5%29 Combine like terms. Or factor out the common term 3x-5



===============================================================



Answer:



So 3%2Ax%5E2%2B4%2Ax-15 factors to %28x%2B3%29%283x-5%29.



In other words, 3%2Ax%5E2%2B4%2Ax-15=%28x%2B3%29%283x-5%29.



Note: you can check the answer by expanding %28x%2B3%29%283x-5%29 to get 3%2Ax%5E2%2B4%2Ax-15 or by graphing the original expression and the answer (the two graphs should be identical).


Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 3x%5E2%2B4x%2B-15+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%284%29%5E2-4%2A3%2A-15=196.

Discriminant d=196 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28-4%2B-sqrt%28+196+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%284%29%2Bsqrt%28+196+%29%29%2F2%5C3+=+1.66666666666667
x%5B2%5D+=+%28-%284%29-sqrt%28+196+%29%29%2F2%5C3+=+-3

Quadratic expression 3x%5E2%2B4x%2B-15 can be factored:
3x%5E2%2B4x%2B-15+=+3%28x-1.66666666666667%29%2A%28x--3%29
Again, the answer is: 1.66666666666667, -3. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+3%2Ax%5E2%2B4%2Ax%2B-15+%29

Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
standard form of the equation is equal to :

y = ax^2 + bx + c

a,b,c are integers.

when x = 1, y = -8

y = ax^2 + bx + c becomes:

-8 = a*1 + b*1 + c = a + b + c

you get:

a + b + c = -8

when x = 2, y = 5

y = ax^2 + bx + c becomes:

5 = a*2^2 + b*2 + c = a*4 + b*2 + c

you get:

4a + 2b + c = 5

when x = 3, y = 24

y = ax^2 + bx + c becomes:

24 = a*3^2 + b*3 + c

you get:

9a + 3b + c = 24

you now have 3 equations in 3 unknowns that need to be solved simultaneously.

those equations are:

a +   b + c = -8
4a + 2b + c =  5
9a + 3b + c = 24


solving these equations simultaneously, you get:

a = 3
b = 4
c = -15

to confirm these answers are correct, substitute these values in the original equations to get:

a +   b + c = -8
4a + 2b + c =  5
9a + 3b + c = 24


becomes:

3    +     4      +    (-15)   =   -8
4*3  +     2*4    +    (-15)   =    5
9*3  +     3*4    +    (-15)   =   24


simplifying, you get:

 3   +     4      +    (-15)   =   -8
12   +     8      +    (-15)   =    5
27   +    12      +    (-15)   =   24


combining like terms, you get:

     -8   =   -8
      5   =    5
     24   =   24


this confirms that the values for a,b,c are good.

plug the values of:

a = 3
b = 4
c = -15

into the equation of y = ax^2 + bx + c to get:

y = 3x^2 + 4x - 15

that's your equation.

take any (x,y) pair of values you are given and they should be confirmed to be true by plugging them into the equation.

for example:

take (x,y) = (7,160) and plug those values into the equation.

y = 3x^2 + 4x - 15 becomes:

160 = 3*(7^2) + 4*7 - 15 which becomes:

160 = 3*49 + 28 - 15 which becomes:

160 = 147 + 28 - 15 which becomes:

160 = 160 which is true confirming the values for a,b,c are good.

I did not show you how I solved the system of 3 equations in 3 unknowns because it would have detracted from the main focus of what I was trying to show you.

If you need help with solving this system of 3 equations in 3 unknowns, let me know and I will show you how it was done.

the question was:

what is the value of a?

the answer is:

the value of a is 3.