document.write( "Question 1006041: Mr. Taylor withdrew $220 from the bank. The bank teller gave Mr. Taylor 16 bills, which were all $10 bills and $20 bills. How many $10 bills and how many $20 bills did the bank teller give Mr. Taylor?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #622174 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let the number of $10 bills be x\r\n" );
document.write( "Let the number of $20 bills 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( "bill        bills      bill      bills\r\n" );
document.write( "-------------------------------------------\r\n" );
document.write( "$10 bills     x        $10      $10x\r\n" );
document.write( "$20 bills     y        $20      $20y\r\n" );
document.write( "-------------------------------------------\r\n" );
document.write( "TOTALS       16      -----      $220\r\n" );
document.write( "\r\n" );
document.write( " The first equation comes from the second column.\r\n" );
document.write( "\r\n" );
document.write( "  \"%28matrix%283%2C1%2CNumber%2Cof%2C%2410+bills%29%29\"\"%22%22%2B%22%22\"\"%28matrix%283%2C1%2CNumber%2Cof%2C%2420+bills%29%29\"\"%22%22=%22%22\"\"%28matrix%284%2C1%2Ctotal%2Cnumber%2Cof%2Cbills%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "                 x + y = 16\r\n" );
document.write( "\r\n" );
document.write( " The second equation comes from the last column.\r\n" );
document.write( "  \"%28matrix%284%2C1%2CValue%2Cof%2CALL%2C%2410+bills%29%29\"\"%22%22%2B%22%22\"\"%28matrix%284%2C1%2CValue%2Cof%2CALL%2C%2420+bills%29%29\"\"%22%22=%22%22\"\"%28matrix%285%2C1%2CTotal%2Cvalue%2Cof%2CALL%2Cbills%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "             10x + 20y = 220\r\n" );
document.write( "\r\n" );
document.write( " So we have the system of equations:\r\n" );
document.write( "           \"system%28x+%2B+y+=+16%2C10x+%2B+20y+=+220%29\".\r\n" );
document.write( "\r\n" );
document.write( "We solve by substitution.  Solve the first equation for y:\r\n" );
document.write( "\r\n" );
document.write( "                x + y = 16\r\n" );
document.write( "                    y = 16 - x\r\n" );
document.write( "\r\n" );
document.write( "Substitute (16 - x) for y in 10x + 20y = 220\r\n" );
document.write( "\r\n" );
document.write( "     10x + 20(16 - x) = 220\r\n" );
document.write( "      10x + 320 - 20x = 220\r\n" );
document.write( "           -10x + 320 = 220\r\n" );
document.write( "                -10x = -100\r\n" );
document.write( "                   x = 10 = the number of $10 bills.\r\n" );
document.write( "\r\n" );
document.write( "Substitute in y = 16 - x\r\n" );
document.write( "              y = 16 - (10)\r\n" );
document.write( "              y = 6 $20 bills.\r\n" );
document.write( "\r\n" );
document.write( "Checking:  10 $10 bills is $100 and 6 $20 bills is $120\r\n" );
document.write( "            That's 16 bills.\r\n" );
document.write( "            And indeed $100 + $120 = $220\r\n" );
document.write( "Edwin

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