Asked by Shannon


I've been working on this function for quite awhile and just can't seem to get it.

Inputs x 5, 6, 7, ?
Outputs y 50, 72, 98, ?

I need the equation too.

Please help!

Answers

Answered by Ms. Sue
5 * 10 = 50
6 * 12 = 72
7 * 14 = 98
8 * 16 = 128
Answered by Reiny
or

5 ---> 50 = 2(25) = 2(5^2)
6 ---> 72 = 2(36) = 2(6^2)
7 ---> 98 = 2(49) = 2(7^2)

equation:
y = 2x^2
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions