document.write( "Question 1031571: A woman bought some large frames for$11 each and some small frames for $7 each at a closeout sale. If she bought 26 frames for $218, find how many of each type she bought. \n" ); document.write( "
Algebra.Com's Answer #646275 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let the number of large frames be x\r\n" );
document.write( "Let the number of small frames be y\r\n" );
document.write( "\r\n" );
document.write( "                       Cost      Cost\r\n" );
document.write( "Type       Number       of        of\r\n" );
document.write( " of          of        EACH       ALL\r\n" );
document.write( "frame      frames     frame     frames\r\n" );
document.write( "-------------------------------------------\r\n" );
document.write( "large         x        $11       $11x\r\n" );
document.write( "small         y         $7        $7y\r\n" );
document.write( "-------------------------------------------\r\n" );
document.write( "TOTALS       26      -----       $218\r\n" );
document.write( "\r\n" );
document.write( " The first equation comes from the \"number of frames\" column.\r\n" );
document.write( "\r\n" );
document.write( "  \"%28matrix%284%2C1%2CNumber%2Cof%2Clarge%2Cframes%29%29\"\"%22%22%2B%22%22\"\"%28matrix%284%2C1%2CNumber%2Cof%2Csmall%2Cframes%29%29\"\"%22%22=%22%22\"\"%28matrix%284%2C1%2Ctotal%2Cnumber%2Cof%2Cframes%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "                 x + y = 26\r\n" );
document.write( "\r\n" );
document.write( " The second equation comes from the last column.\r\n" );
document.write( "  \"%28matrix%285%2C1%2CCost%2Cof%2CALL%2Clarge%2Cframes%29%29\"\"%22%22%2B%22%22\"\"%28matrix%285%2C1%2CCost%2Cof%2CALL%2Csmall%2Cframes%29%29\"\"%22%22=%22%22\"\"%28matrix%285%2C1%2CTotal%2Ccost%2Cof%2CALL%2Cframes%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "             11x + 7y = 218\r\n" );
document.write( "\r\n" );
document.write( " So we have the system of equations:\r\n" );
document.write( "\r\n" );
document.write( "           \"system%28x+%2B+y+=+26%2C11x+%2B+7y+=+218%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 = 26\r\n" );
document.write( "               y = 26 - x\r\n" );
document.write( "\r\n" );
document.write( "Substitute (26 - x) for y in 11x + 7y = 218\r\n" );
document.write( "\r\n" );
document.write( "  11x + 7(26 - x) = 218\r\n" );
document.write( "   11x + 182 - 7x = 218\r\n" );
document.write( "         4x + 182 = 218\r\n" );
document.write( "               4x = 36\r\n" );
document.write( "                x = 9 = the number of large frames.\r\n" );
document.write( "\r\n" );
document.write( "Substitute in y = 26 - x\r\n" );
document.write( "              y = 26 - (9)\r\n" );
document.write( "              y = 17 small frames.\r\n" );
document.write( "\r\n" );
document.write( "Checking:  9 large frames cost $99 and 17 small frames is $119\r\n" );
document.write( "            That's 26 frames.\r\n" );
document.write( "            And indeed $99 + $119 = $218\r\n" );
document.write( "\r\n" );
document.write( "Edwin

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