document.write( "Question 685859: frank has 20 coins of nickels and quarters. The value of coins is $3.40. How many of each coins does he have? \n" ); document.write( "
Algebra.Com's Answer #424664 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! Q+N=20 \n" ); document.write( "Q=20-N \n" ); document.write( ".25Q+.05N=3.40 \n" ); document.write( ".25(20-N)+.05N=3.40 \n" ); document.write( "5-.25N+.05N=3.40 \n" ); document.write( "-.20N=3.40-5 \n" ); document.write( "-.20N=-1.60 \n" ); document.write( "N=-1.50/-.20 \n" ); document.write( "N=8 NUMBER OF NICKLES. \n" ); document.write( "Q=20-8=12 NUMBER OF QUARTERS. \n" ); document.write( "PROOF: \n" ); document.write( ".25*12+.05*8=3.40 \n" ); document.write( "3.00+.40=3.40 \n" ); document.write( "3.40=3.40 \n" ); document.write( " |