document.write( "Question 983931: Angela has 9.60$ in her pocket. She has an equal number of quarters, dimes, and nickels, but no other coins or bills. How many coins does angela have? \n" ); document.write( "
Algebra.Com's Answer #604721 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "x=number of each coin \n" ); document.write( "$0.05x+$0.10x+$0.25x=$9.60 \n" ); document.write( "$0.40x=$9.60 \n" ); document.write( "x=24 \n" ); document.write( "She has 24 of each coin. \n" ); document.write( "Since she has 24 of each of the three coins, she has: \n" ); document.write( "3(24)=72 \n" ); document.write( "ANSWER: Angela has 72 total coins total. \n" ); document.write( " |