document.write( "Question 1054128: Barbara has some dimes and quarters. If she has 25 coins worth a total of $2.95, how many of each type of coin does she have? \n" ); document.write( "
Algebra.Com's Answer #669336 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 25 ----- $2.95\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( " |