document.write( "Question 186564: A salesman knows he has 36 tables in his store room, some of which have 3 legs and other 4 legs. He discovers by counting that there are 124 legs. How many tables with 4 legs does he have?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(3x / 36)+(4x / 36) = 124
\n" ); document.write( "12x + 9x = 124
\n" ); document.write( "

Algebra.Com's Answer #139824 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
let t be three legged tables and f be four legged ones
\n" ); document.write( "\"t+%2B+f+=+36\"
\n" ); document.write( "\"3t+%2B+4f+=+124\"
\n" ); document.write( "Use elimination
\n" ); document.write( "\"t+%2B+f+=+36\" multiply by 3
\n" ); document.write( "\"3t+%2B+3f+=+108\"
\n" ); document.write( "\"3t+%2B+4f+=+124\" subtract
\n" ); document.write( "--------------------
\n" ); document.write( "-f = -16
\n" ); document.write( "f = 16
\n" ); document.write( "so t = 36-16 = 20\r
\n" ); document.write( "\n" ); document.write( "Does 3*20 + 4*16 = 124?
\n" ); document.write( "
\n" );