document.write( "Question 1027510: In a childs bank are 17 coins that have a value of $3.50 the coins are either quarters or dimes how many coins each does child have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #642718 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the number of quarters 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( "quarters x $0.25 $0.25x\r\n" ); document.write( "dimes y $0.10 $0.10y\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 17 ----- $3.50\r\n" ); document.write( "\r\n" ); document.write( "The first equation comes from the \"Number of coins\" \r\n" ); document.write( "column.\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |