document.write( "Question 1031132: Gabby's piggy bank contains nickles and dimes worth $4.05. If she has 59 coins in all, how many of each does she have? \n" ); document.write( "
Algebra.Com's Answer #645870 by Edwin McCravy(20059)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \r\n" ); document.write( "Let the number of nickles be x\r\n" ); document.write( "Let the number of dimes 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( "nickles x $0.05 $0.05x\r\n" ); document.write( "dimes y $0.10 $0.10y\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 59 ----- $4.05\r\n" ); document.write( "\r\n" ); document.write( " The first equation comes from the number of coins column.\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |