document.write( "Question 918248: Robyn's piggy bank contains fifty coins in dimes and quarters. The coins have a total value of $8.60. Find the number of dimes and quarters in the piggy bank. \n" ); document.write( "
Algebra.Com's Answer #556996 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( "Then the number of quarters, \r\n" ); document.write( "using ONE PART = TOTAL MINUS OTHER PART,\r\n" ); document.write( " is 50-x. \r\n" ); document.write( "\r\n" ); document.write( "Make this chart:\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 50-x $0.25 $0.25(50-x)\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 50 ----- $8.60\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |