document.write( "Question 1062443: Rohan have some books and some tables .If he puts 9 books on each table he will have two tables left vacant.If he put 6 books on each table he will have 3 books left over .Find the numbers of books
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #677352 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Suppose there are B books and T tables\r\n" );
document.write( "

\n" ); document.write( "If he puts 9 books on each table he will have two tables left vacant.
\n" ); document.write( "
\r\n" );
document.write( "B = 9(T-2)  \r\n" );
document.write( "

\n" ); document.write( "If he put 6 books on each table he will have 3 books left over .Find the numbers of books
\n" ); document.write( "
\r\n" );
document.write( "6T+3 = B\r\n" );
document.write( "\r\n" );
document.write( "6T+3 = 9(T-2)\r\n" );
document.write( "6T+3 = 9T-18\r\n" );
document.write( "  21 = 3T\r\n" );
document.write( "   7 = T\r\n" );
document.write( "\r\n" );
document.write( "6T+3 = 6(7)+3 = 42+3 = 45 = B\r\n" );
document.write( "\r\n" );
document.write( "So there are 7 tables and 45 books.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );