document.write( "Question 359476: a room contains 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 #256486 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let rows be x
\n" ); document.write( "chairs = 2x-2
\n" ); document.write( "..
\n" ); document.write( "x(2x-2)=144
\n" ); document.write( "2x^2-2x=144
\n" ); document.write( "x^2-x-72=0
\n" ); document.write( "x^2-9x+8x-72=0
\n" ); document.write( "x(x-9)+8(x-9)=0
\n" ); document.write( "(x-9)(x+8)=0
\n" ); document.write( "rows are 9
\n" ); document.write( "chairs = 2x-2 = 18-2 = 16
\n" ); document.write( "...
\n" ); document.write( "m.ananth@hotmail.ca
\n" ); document.write( "
\n" );