document.write( "Question 248649: John has a total of 13 coins in his pocket. Of the 13 coins, they are all either quarters or dimes. The total value of the coins is $2.50. How many quarters does John have in his pocket? \n" ); document.write( "
Algebra.Com's Answer #181185 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! John has a total of 13 coins in his pocket. Of the 13 coins, they are all either quarters or dimes. The total value of the coins is $2.50. How many quarters does John have in his pocket? \n" ); document.write( "---------------------- \n" ); document.write( "Equations: \n" ); document.write( "Quantity Equation: q + d = 13 \n" ); document.write( "Value Equation::::25q+10d = 250 \n" ); document.write( "------------------------------------ \n" ); document.write( "Multiply thru the 1st equation by 10. \n" ); document.write( "10q + 10d = 130 \n" ); document.write( "25q + 10d = 250 \n" ); document.write( "--------------------- \n" ); document.write( "Subtract the 1st equation from the 2nd and solve for \"q\": \n" ); document.write( "15q = 120 \n" ); document.write( "q = 8 (# of quarters) \n" ); document.write( "--------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |