42/60, x/320. 320/60=5.33333, 42*5.33333=224. So, about 224 students would ride the bus.
The slope formula is y=mx+b. Y is a variable. m is the actual slope. It tells you how much the x will move. For example, if a slope was 2x, x would move up 2 and over 1. If the slope was 1/2 x, x would move up 1 and over 2. A way to remember slope is rise over run. X is a variable. B is a point on the y-intercept that is will the line will start. An example is y=x+3. The y-intercept is 3 and x would move up one and over one.
Answer:
b. How many ways arc there to go 12 miles?
≡ p(12) = 25
c. How many ways arc there to go 20 miles?
≡ p(20) = 131
d. How many ways arc there to go 22 miles?
≡p(22) 199
Step-by-step explanation:
a) supposed you walked for the first hour. Then you would have travelled 3 miles. if you jogged you would have covered 5miles and if you run you would have covered 10miles. now you have to decide how to run the rest miles from the n miles.
Thus, the number of ways one can cover n miles will be given by the recurrence relation
p(n) = p( n-3) + p( n-5) + p( n - 10)
now to solve the rest of the question, let us make a table which provides the number of ways for n = 1 to 22.
check the attachment for the table
b. How many ways arc there to go 12 miles?
≡ p(12) = 25
c. How many ways arc there to go 20 miles?
≡ p(20) = 131
d. How many ways arc there to go 22 miles?
≡p(22) 199