Answer:
180 miles
Step-by-step explanation:
The are moving towards each other at 50 mph and 40 mph which is the same as 90 mph. They are moving 90 mph closer to each other every hour so in 2 hours it would be 180 miles.
Answer:
80.029
Step-by-step explanation:
(8)(10)+2+1/100+9(1/1000)
=80+2+1/100+9(1/1000)
=80+201/100+9(1/1000)
=8201/100+9(1/1000)
=8201/100+9/1000
=82019/1000
Y = -2x - 3
When I put this into y2-y1/x2-x1 (equation to find slope) I did the coordinate pairs (3,-9) and (4,-11). When you plug it in it’s -11+9/4-3. This gets you -2/1, which is -2. That’s your slope. Then, in order to get the y-intercept, you can use any of those pairs. I did -9 = 3(-2) + b. -9=-6 + b and in the end this gets you -3 = b. So the full equation is y = -2x - 3.
<h2>Explanation</h2><h2></h2><h2>He can use the 2 pennies in 3 ways, take none, take 1 or take 2</h2><h2>He can use the 3 nickels in 4 ways, take none, take 1, etc</h2><h2>the dime in 2 ways,</h2><h2>and the quarters in 3 ways</h2><h2 /><h2>total number of ways = (3)(4)(2)(3) = 72</h2><h2>but that includes taking none of any coins,</h2><h2 /><h2>so number of ways to use the coins is 71</h2><h2 /><h2>Here is a little silly computer program that finds and lists all the possible sumes</h2><h2 /><h2>10 for p = 0 to 2</h2><h2>20 for n = 0 to 3</h2><h2>30 for d = 0 to 1</h2><h2>40 for q = 0 to 2</h2><h2>50 sum = p+5*n+10*d+25*q</h2><h2>60 print sum,</h2><h2>70 next q</h2><h2>80 next d</h2><h2>90 next n</h2><h2>100 next p</h2><h2>>run</h2><h2>0 25 50 10 35 60 5 30 55 15 40 65 10 35 60 20</h2><h2>45 70 15 40 65 25 50 75 1 26 51 11 36 61 6 31</h2><h2>56 16 41 66 11 36 61 21 46 71 16 41 66 26 51 76</h2><h2>2 27 52 12 37 62 7 32 57 17 42 67 12 37 62 22</h2><h2>47 72 17 42 67 27 52 77</h2><h2 /><h2>Notice there are duplications,</h2><h2>e.g. picking 2 nickels or 1 dime yields the same sum</h2><h2 /><h2>All you have to do is eliminate all duplications, and not count the 0</h2><h2>I think there are 47 or them</h2>