document.write( "Question 1003542: In one room are 144 chairs. The number of chairs per row is two less than twice the number of rows. Find the number of rows and the number of chairs per row. \n" ); document.write( "
Algebra.Com's Answer #620227 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
In one room are 144 chairs. The number of chairs per row is two less than twice the number of rows. Find the number of rows and the number of chairs per row.
\n" ); document.write( "-------------
\n" ); document.write( "# of chairs = c
\n" ); document.write( "c = 144
\n" ); document.write( "Let # of rows be \"r\"::
\n" ); document.write( "Equation:
\n" ); document.write( "# of chairs per row = c/r
\n" ); document.write( "c/r = 2r-2
\n" ); document.write( "------
\n" ); document.write( "Solve for \"r\"::
\n" ); document.write( "144/r = 2r-2
\n" ); document.write( "----
\n" ); document.write( "2r^2 - 2r - 144 = 0
\n" ); document.write( "--------------
\n" ); document.write( "r^2 - r - 72 = 0
\n" ); document.write( "---
\n" ); document.write( "(r-9)(x+8) = 0
\n" ); document.write( "-----
\n" ); document.write( "r = 9 (# of rows)
\n" ); document.write( "---------------------
\n" ); document.write( "c/r = 144/9 = 16 (# of chairs per row)
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-----------\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );