document.write( "Question 211435: Randy has a jar containing 63 coins, which are either quarters or nickels. The total value of the jar is $6.75. How many of each type of coin does he have? \n" ); document.write( "
Algebra.Com's Answer #159787 by nerdybill(7384) You can put this solution on YOUR website! Randy has a jar containing 63 coins, which are either quarters or nickels. The total value of the jar is $6.75. How many of each type of coin does he have? \n" ); document.write( ". \n" ); document.write( "Let q = number of quarters \n" ); document.write( "then \n" ); document.write( "63-q = number of nickels \n" ); document.write( ". \n" ); document.write( ".25q + .05(63-q) = 6.75 \n" ); document.write( ".25q + 3.15 - .05q = 6.75 \n" ); document.write( ".20q + 3.15 = 6.75 \n" ); document.write( ".20q = 3.60 \n" ); document.write( "q = 3.60/.20 \n" ); document.write( "q = 18 (number of quarters) \n" ); document.write( ". \n" ); document.write( "Number of nickels: \n" ); document.write( "63-q = 63-18 = 45 \n" ); document.write( " |