document.write( "Question 902255: Keegan has 10 coins in his pocket that total $2.05. He only has quarters and dimes. How many of each coin does Keegan have \n" ); document.write( "
Algebra.Com's Answer #547194 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the number of quarters \n" ); document.write( "CENTS makes Sense \n" ); document.write( "25x + 10(10-x) = 205 \n" ); document.write( " 15x = 105 \n" ); document.write( " x = 7, number of Quarters. 3Dimes \n" ); document.write( "175 + 30 = 205 or $2.05 \n" ); document.write( " |