Problema Solution

Ralph has $2.55 in quarter and dimes. If he has 15 coins, how many of them are quarters?

Answer provided by our tutors

Ralph has $2.55 in quarter and dimes. If he has 15 coins, how many of them are quarters?

let quarters = x

dimes = 15-x

amount = x/10 + (15-x)/4

=> 150 - 6x = 102

=> 6x = 48

=> x =8

dimes = 7

 

quarter = 8