document.write( "Question 330094: in high school auditorium the number of rows of seats is double the number of seats in each row. if there are the same number of seats in each row and 1352 seats in total, how many rows are there? \n" ); document.write( "
Algebra.Com's Answer #236541 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let there be x seats in each row.
\n" ); document.write( "total seats = 1352
\n" ); document.write( "number of rows = 1352/x
\n" ); document.write( "number of rows = 2times the number of seats in each row
\n" ); document.write( "1352/x = 2x
\n" ); document.write( "1352/2=x^2
\n" ); document.write( "676=x^2
\n" ); document.write( "x= 26 seats in each row.
\n" ); document.write( "number of rows = 2*26=52
\n" ); document.write( "..
\n" ); document.write( "CHECK
\n" ); document.write( "52*26=1352
\n" ); document.write( "
\n" );