Hello from MrBillDoesMath!
Answer:
Discussion:
I stared at the numbers 19, 29, 39, 49, 59, 69,... for a second and noticed that adding 10 to any number gives the next number to the right. For example,
19 + 10 = 29
29 + 10 = 39
39 + 10 = 49
etc.....
A recursive formula would be:
a(0) = 19
a(n+1) = a(n) + 10 if n >= 0
Regards,
MrB
Answer:
280 student tickets
520 adult tickets
Explanation:
I'm guessing this is the question you meant to ask:
Eight hundred tickets were sold for a movie production and the receipts for the performance wear $8600. The tickets for adults and students sold for $12.50 and $7.50, respectively. How many of each ticket were sold?
for 1 batch of pancake = 2 2/3 = 8/3 cups
for 2 1/2 = 5/2 pancake = 8/3 * 5/2 = 40/6 cups = 6 4/6 cups
Answer:
The equation of the line would be y = 4/9x
Step-by-step explanation:
In order to find the equation, we first need to find the slope. We can do this by using the slope equation with the points.
m(slope) = (y2 - y1)/(x2 - x1)
m = (9 - 0)/(4 - 0)
m = 9/4
Now that we have this, we can use point-slope form along with one of the points to get the equation.
y - y1 = m(x -x1)
y - 0 = 4/9(x - 0)
y = 4/9x