So
y=ax^2+bx+c
(x,y)
sub the points and solve
(4.28,6.48)
6.48=a(4.28)^2+b(4.28)+c
(12.61,15.04)
15.04=a(12.61)^2+b(12.61)+c
well, for 3 variables, we need equations and therefor 3 points
maybe we are supposed to assume it starts at (0,0)
so then
0=a(0)^2+b(0)+c
0=c
so then
6.48=a(4.28)^2+b(4.28)
15.04=a(12.61)^2+b(12.61)
solve for a by subsitution
first equation, minut a(4.28)^2 from both sides
6.48-a(4.28)^2=b(4.28)
divide both sides by 4.28
(6.48/4.28)-4.28a=b
sub that for b in other equation
15.04=a(12.61)^2+b(12.61)
15.04=a(12.61)^2+((6.48/4.28)-4.28a)(12.61)
expand
15.04 =a(12.61)^2+(81.7128/4.28)-53.9708a
minus (81.7128/4.28) both sides
15.04-(81.7128/4.28)=a(12.61)^2-53.9708a
15.04-(81.7128/4.28)=a((12.61)^2-53.9708)
(15.04-(81.7128/4.28))/(((12.61)^2-53.9708))=a
that's the exact value of a
to find b, subsitute to get
(6.48/4.28)-4.28((15.04-(81.7128/4.28))/(((12.61)^2-53.9708)))=b
if we aprox
a≈-0.038573167896199
b≈1.6791118501845
so then the equation is
y=-0.038573167896199x²+1.6791118501845x
Answer: B
Step-by-step explanation:
If we assume the no. of books to be x.
Value of more books will be 8.15 x
The equation will be
8.15x + 32.5 = 204
So just add 2 1/2 = 2.5and 1 1/4= 1.25 and that will equal, 3.75 cups in other words that will equal 3 3/4.cups of sugar total.
Answer:
Step-by-step explanation:
Okay, so I think I know what the equations are, but I might have misinterpreted them because of the syntax- I think when you ask a question you can use the symbols tool to input it in a more clear way, otherwise you can use parentheses and such.
Problem 1:
(x²)/4 +y²= 1
y= x+1
*substitute for y*
Now we have a one-variable equation we can solve-
x²/4 + (x+1)² = 1
x²/4 + (x+1)(x+1)= 1
x²/4 + x²+2x+1= 1
*subtract 1 from both sides to set equal to 0*
x²/4 +x^2+2x=0
x²/4 can also be 1/4 * x²
1/4 * x² +1*x² +2x = 0
*combine like terms*
5/4 * x^2+2x+ 0 =0
now, you can use the quadratic equation to solve for x
a= 5/4
b= 2
c=0
the syntax on this will be rough, but I'll do my best...
x= (-b ± √(b²-4ac))/(2a)
x= (-2 ±√(2²-4*(5/4)*(0))/(2*(5/4))
x= (-2 ±√(4-0))/(2.5)
x= (-2±2)/2.5
x will have 2 answers because of ±
x= 0 or x= 1.6
now plug that back into one of the equations and solve.
y= 0+1 = 1
y= 1.6+1= 2.6
Hopefully this explanation was enough to help you solve problem 2.
Problem 2:
x² + y² -16y +39= 0
y²- x² -9= 0