document.write( "Question 924248: Mackenzie has 19 coins in her pocket. They are all either dimes or quarters, totaling $3.40.\r
\n" ); document.write( "\n" ); document.write( "How many coins are quarters?\r
\n" ); document.write( "\n" ); document.write( "Solve the word problem by creating a system of equations. Use substitution to find the solution.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #560718 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
Mackenzie has 19 coins in her pocket. They are all either dimes or quarters, totaling $3.40.
\n" ); document.write( "
\r\n" );
document.write( "Let the number of dimes be D\r\n" );
document.write( "Let the number of dimes be Q   \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        D        $0.10    $0.10D \r\n" );
document.write( "QUARTERS     Q        $0.25    $0.25Q\r\n" );
document.write( "-------------------------------------------\r\n" );
document.write( "TOTALS      19        -----    $3.40\r\n" );
document.write( "\r\n" );
document.write( " The equations comes from the \"Number of coins\" column \r\n" );
document.write( "and the \"Value of ALL coins\" column:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%283%2C1%2CNumber%2Cof%2Cdimes%29%29\"\"%22%22%2B%22%22\"\"%28matrix%283%2C1%2CNumber%2Cof%2Cquarters%29%29\" \"%22%22=%22%22\" \"%28matrix%283%2C1%2CNumber%2Cof%2Ccoins%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%284%2C1%2CValue%2Cof%2CALL%2Cdimes%29%29\"\"%22%22%2B%22%22\"\"%28matrix%284%2C1%2CValue%2Cof%2CALL%2Cquarters%29%29\"\"%22%22=%22%22\"\"%28matrix%284%2C1%2CTotal%2Cvalue%2Cof%2Ccoins%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"system%28D%2BQ=19%2C%0D%0A%0D%0A0.10D+%2B+0.25Q+=+3.40%29\"\r\n" );
document.write( "\r\n" );
document.write( "Get rid of decimals in the second by multiplying \r\n" );
document.write( "every term by 100\r\n" );
document.write( "\r\n" );
document.write( "    10D + 25Q = 340\r\n" );
document.write( "\r\n" );
document.write( "\"system%28D%2BQ=19%2C%0D%0A%0D%0A10D+%2B+25Q+=+340%29\"\r\n" );
document.write( "\r\n" );
document.write( "Solve the first for D\r\n" );
document.write( "\r\n" );
document.write( "D+Q=19\r\n" );
document.write( "  D=19-Q\r\n" );
document.write( "\r\n" );
document.write( "Substitute in\r\n" );
document.write( "\r\n" );
document.write( "     10D + 25Q = 340\r\n" );
document.write( "10(19-Q) + 25Q = 340\r\n" );
document.write( " 190-10Q + 25Q = 340\r\n" );
document.write( "       190+15Q = 340\r\n" );
document.write( "           15Q = 150 \r\n" );
document.write( "             Q = 10 quarters\r\n" );
document.write( "\r\n" );
document.write( "             D = 19-Q = 19-10 = 9 dimes\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );