Respuesta :

70. Bobbie wants to make 2.00 dollars using dollars with the value of half dollars and quarters. Now, how many way he can do it? => half dollars = 0.5 => quarter dollars = 0.25 Possible ways: => 0.5 + 0.5 + 0.5 + 0.5 = 2 dollars (4 half dollars) => .25 + .25 + .25 +. 25 + .25 + .25 + .25 + .25 = 2 dollars (8 quarter dollars) => 0.5 + 0.5 + 0.25 + 0.25 + 0.25 + 0.25 = 2 dollars => 0.5 + 0.5 + 0.5 + 0.25 + 0.25 = 2 dollars => 0.5 + 0.25 + .25 + .25 + .25 + .25 + .25 = 2 dollars