<span>Using
the points (2, 45) (4, 143) and (10, 869), we can plug them into the
following system of 3 equations using the y = ax^2 + bx + c format:
45 = a(2)^2 + b(2) + c
143 = a(4)^2 + b(4) + c
869 = a(10)^2 + b(10) + c
which simplifies to:
45 = 4a + 2b + c
143 = 16a + 4b + c
869 = 100a + 10b + c
Solving the system, we get a = 9, b = -5, and c = 19. Thus the equation is:
c(x) = 9x^2 - 5x + 19
If you have a TI graphing calculator, you can also enter the points by
pressing Stat -> Edit and enter (2, 45) (4, 143) and (10, 869) into
it. Go back and calculate the QuadReg of the points from the Calc tab
and it will give you the same answer.
Now that we know the function that will produce the price of production
for any number of calculators, plug in x = 7 and it will give you the
price to produce 7 calculators.
c(x) = 9x^2 - 5x + 19
==> c(7) = 9(7)^2 - 5(7) + 19
==> c(7) = 441 - 35 + 19
==> c(7) = 425
Therefore, it costs $425 to produce 7 calculators.
Hope this helps.
</span>
Answer:
Slope m = 5
Step-by-step explanation: sorry if Im wrong but If i am then it is just 5:)
Answer:
Associative
you can change (8*5) *10 to (8*10) *5
You can change 8*( 5*10) to 10* (8*5)
Answer:
if it's finding x
#1 x<-1
#2 x<4
Step-by-step explanation:
#1
2x-16<-18
add 16 to both sides
2x<-2
then divide 2 to both sides
x<-1
#2
2x-16+4x<8
add like terms
6x-16+<8
add sixteen to both sides
6x<24
divide six to both sides
x<4