document.write( "Question 749782: A library has 8 tables and 42 chairs. There are several small tables with 4 chairs each and some large tables with 6 chairs each. How many tables of each type are in the library? \n" ); document.write( "
Algebra.Com's Answer #456159 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A library has 8 tables and 42 chairs. There are several small tables with 4 chairs each and some large tables with 6 chairs each. How many tables of each type are in the library?
\n" ); document.write( "---------
\n" ); document.write( "Table equation: S + L = 8
\n" ); document.write( "Chair equation:4S +6L = 42
\n" ); document.write( "-------------------------------
\n" ); document.write( "Modify for Elimination:
\n" ); document.write( "2S + 2L = 16
\n" ); document.write( "2S + 3L = 21
\n" ); document.write( "-------------------
\n" ); document.write( "Subtract and solve for \"L\":
\n" ); document.write( "L = 5 (# of large tables)
\n" ); document.write( "---
\n" ); document.write( "Solve for \"S\":
\n" ); document.write( "S + L = 8
\n" ); document.write( "S = 3 (# of small tables)
\n" ); document.write( "=================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "================
\n" ); document.write( "
\n" );