document.write( "Question 108766This question is from textbook
\n" );
document.write( ": One formation for a drill team is rectangular. The number of members in each row exceeds the number of rows by 3. If there is a total of 108 members in the formation, how many rows are there? \n" );
document.write( "
Algebra.Com's Answer #79382 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=rows, so x+3=\"number in a row\" ... x(x+3)=108 ... x^2+3x-108=0 ... (x+12)(x-9)=0 \n" ); document.write( " |