Short answer: I don't know, but that doesn't mean I can't give you something that you can decide for yourself.
y = 4*2^(2n - 2) is the pattern.
Go for broke. Try n = 4. You should get 256. Let's try it.
y = 4 * 2^(2*4 - 2)
y = 4 * 2^(8 - 2)
y = 4 * 2^6
y = 4 * 64
y = 256 yup it works.
The other end is just as important. Suppose n = 1
Then y = 4 * 2^(2*1 - 2) = 4 * 2^0 = 4*1 = 4 Both work.
If this formula is correct, we can abbreviate it to make your task easier.
y = 4 * 2^(2n - 2)
y = 2^2 * 2^(2n - 2)
y = 2^(2n - 2 + 2)
y = 2^(2n) Now try the two end points again.
n = 4
y = 2^(2*4)
y = 2^8
y = 256
n = 1
y = 2^(2*1)
y = 2^2
y = 4 which again checks.
so y = 2^(2n) I think is an exponential function.
Sorry my explanation is so long.
Answer:
4 trucks per hour
Step-by-step explanation:
You would do the trucks over the hours to get the ratio so, 28:7 is equal to 4:1 because 28/7 = 4
♫ - - - - - - - - - - - - - - - ~Hello There!~ - - - - - - - - - - - - - - - ♫
➷ 90 is an integer, and the closest others are 89 and 91
✽
➶ Hope This Helps You!
➶ Good Luck (:
➶ Have A Great Day ^-^
TROLLER
For this case, the first thing we are going to do is assume that all the tests are worth the same.
Then, we define a variable:
x: score of Mona's last test
We write now the inequality that models the problem:

From here, we clear the value of x:
Answer:
the lowest grade that Mona can get for her last test so that her test average is 90 or more is:
x = 87
Answer:
9
Step-by-step explanation:
Pythagorean Theorem
a²+b²=c²
(c² is the hypotenuse)
a² + 40² = 41²
a² + 1,600 = 1,681
subtract 1681-1600 in order to isolate a², which is the missing leg we are trying to find
a² = 81 in order to find our answer, we isolate a by squaring both sides
√a² = √81
a = 9
Our answer is 9.