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 #236540 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let s be the number of seats in a row
\n" ); document.write( "You are told the number of rows is 2s
\n" ); document.write( "The total number of seats in the room is the SeatsPerRow * NumberOfRows
\n" ); document.write( "\"s+%2A+2s+=+1352\"
\n" ); document.write( "\"2s%5E2+=+1352\"
\n" ); document.write( "\"s%5E2+=+676\"
\n" ); document.write( "\"s+=+sqrt%28676%29\"
\n" ); document.write( "\"s+=+26\"
\n" ); document.write( "If s = 26, then rows=2s = \"2%2A26+=+52\"
\n" ); document.write( "
\n" ); document.write( "
\n" );