document.write( "Question 291405: In an office building, a room contains 90 chairs. The number of chairs per row is three less than three times the number of rows. Find the number of rows and the number of chairs per row.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #210758 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let r=number of rows, c=number of chairs/row \n" ); document.write( "cr=90 \n" ); document.write( "c+3=3r \n" ); document.write( ". \n" ); document.write( "c=3r-3 \n" ); document.write( "r(3r-3)=90 \n" ); document.write( "3r^2-3r-90=0 \n" ); document.write( "r^2-r-30=0 \n" ); document.write( "(r-6)(r+5)=0 \n" ); document.write( "r=6 \n" ); document.write( "c=15 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |