document.write( "Question 500170: Suppose that Maria has 160 coins consisting of pennies, nickels, and dimes. The number of nickels she has is 5 less than twice the number of pennies; the number of dimes she has is 21 less than three times the number of pennies. How many coins of each kind does she have? \n" ); document.write( "
Algebra.Com's Answer #338035 by mananth(16946)![]() ![]() You can put this solution on YOUR website! pennies x \n" ); document.write( "nickels ( 2 x -5 ) \n" ); document.write( "dimes ( 3 x -21 )\r \n" ); document.write( "\n" ); document.write( "x+2x-5+3x-21=160\r \n" ); document.write( "\n" ); document.write( "6x-26=160 \n" ); document.write( "+26 \n" ); document.write( "6x=160+26 \n" ); document.write( "6x=186 \n" ); document.write( "/6 \n" ); document.write( "x=31 \n" ); document.write( "pennies = 31 \n" ); document.write( "nickels ==> 2x-5 =>2*31-5=57 \n" ); document.write( "Dimes==>3x-21==>3*31-21=72\r \n" ); document.write( "\n" ); document.write( "CHECK \n" ); document.write( "31+57+72=160 \n" ); document.write( " |