#1: 214 tickets split 9 ways does not work out to an integer number. Nobody wants 2/3 of a ticket, right?
So the trick here is to determine the first multiple of 9 greater than 214.
Note that 214/9 = 23.8. No good. Not an integer.
Multiply 23 by 9; we get 207. Multiply 24 by 9; we get 216.
So, given that we have 214 tickets already, we need 2 more, to make 216.
Check: Is 216 divisible by 9 without a remainder? Yes. Then each of the 9 students will get 24 tickets.
The rest of the problems are somewhat similar to this one.
See whether you can do the next one, #2.
If you'd share your results, I'd be happy to comment on what you've done.
Answer:
Stephanie has 5 friends that she want to give cookies to. She wants 3 cookies for herself. The package of cookies that she already bought has 15 cookies in total how many cookies can her friends get?
Step-by-step explanation:
Hope this answers your question(s).
y = x - 2.....the slope here is 1. A parallel line will have the same slope
y = mx + b
slope(m) = 1
(2,-2)...x = 2 and y = -2
now we sub and find b, the y int
-2 = 1(2) + b
-2 = 2 + b
-2 - 2 = b
-4 = b
so ur parallel line is : y = x - 4