document.write( "Question 1158483: I have 30 coins consisting of 20c coins a 5c coins and my total is $3.45 how many
\n" );
document.write( "20c and 5c coins do I have? \n" );
document.write( "
Algebra.Com's Answer #781431 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! I have 30 coins consisting of 20c coins a 5c coins and my total is $3.45 how \n" ); document.write( "many 20c and 5c coins do I have? \n" ); document.write( " \r\n" ); document.write( "Let n = the number of 20c coins,\r\n" ); document.write( "then the number of 5c coins are 30-n.\r\n" ); document.write( "\r\n" ); document.write( "Then the total money is 20n + 5(30-n).\r\n" ); document.write( "\r\n" ); document.write( "That must equal 345c\r\n" ); document.write( "\r\n" ); document.write( "20n + 5(30-n) = 345\r\n" ); document.write( "\r\n" ); document.write( "Solve that for n. That will be the number of 20c coins.\r\n" ); document.write( "\r\n" ); document.write( "Then subtract from 30 to find the number of 20c coins\r\n" ); document.write( "\r\n" ); document.write( "Edwin\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |