document.write( "Question 917530: your uncle has 36 coins in nickels and quarters the value of his nickels is 1/15 of the value of his quarters find the number of nickels \n" ); document.write( "
Algebra.Com's Answer #556697 by JoelSchwartz(130) ![]() You can put this solution on YOUR website! n=number of nickels \n" ); document.write( "q=number of quarters \n" ); document.write( ".05n=amount the number of nickels is worth \n" ); document.write( ".25q=amount the number of quarters is worth \n" ); document.write( ".05n=1/15(1/4q) \n" ); document.write( ".05n=1/60q \n" ); document.write( "5/100n=1/60q \n" ); document.write( "q=3n \n" ); document.write( "n+q=36 \n" ); document.write( "n+3n=36 \n" ); document.write( "4n=36 \n" ); document.write( "n=9 \n" ); document.write( "q=27 \n" ); document.write( " \n" ); document.write( " |