document.write( "Question 138996: in a stack of books 81 cm high, we have a total of 21 books. there are 5 cm thick and others of 3 cm thick. how do we each thickness? \n" ); document.write( "
Algebra.Com's Answer #101372 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
Number of thick books: x
\n" ); document.write( "Number of thin books: y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Total number of books: 21, so:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%2By=21\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The total thickness of all of the thick books is 5x, because each of the x thick books accounts for 5 cm.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The total thickness of all of the thin books is 3y.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Together, the books make a stack that is 81 cm tall, so:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"5x%2B3y=81\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply the first equation by -3:
\n" ); document.write( "\"-3x-3y=-63\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now notice that the coefficients on the y terms in the two equations are additive inverses, that is to say: \"-3%2B3=0\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Just add the two equations term by term:
\n" ); document.write( "\"-3x-3y=-63\"
\n" ); document.write( "\"5x%2B3y=81\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"5x-3x%2B3y-3y=81-63\"
\n" ); document.write( "\"2x=18\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "And divide by 2:
\n" ); document.write( "\"x=9\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So there are 9 thick (5cm) books and 21 - 9 = 12 thin (3 cm) books.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Check your answer:
\n" ); document.write( "9 * 5 = 45
\n" ); document.write( "12 * 3 = 36
\n" ); document.write( "45 + 36 = 81: Answer checks.
\n" ); document.write( "
\n" );