document.write( "Question 1017226: A man has 30 coins in his pocket, all of which are dimes and quarters. If the total value of his change is 465 cents, how many dimes and how many quarters does he have? \n" ); document.write( "
Algebra.Com's Answer #633564 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the number of dimes be x\r\n" ); document.write( "Let the number of quarters be y\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Value Value\r\n" ); document.write( "Type Number of of\r\n" ); document.write( " of of EACH ALL\r\n" ); document.write( "coin coins coin coins\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "dimes x $0.10 $0.10x\r\n" ); document.write( "quarters y $0.25 $0.25y\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 30 ----- $4.65\r\n" ); document.write( "\r\n" ); document.write( " The first equation comes from the second column.\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |