document.write( "Question 434075: Solve an Equation: I am having alot of trouble setting up this equation to solve.
\n" ); document.write( "The owners of a theater plan to reconfigure the seating. Adding 4 rows, they can reduce the number of seats per row by 2 without changing capacity. If, instead, they add 5 seats per row, they can reduce the number of rows by 7, thus decreasing capacity by 1 seat. What is the theater's current capacity? (Assume that each row has the same number of seats.
\n" ); document.write( "

Algebra.Com's Answer #300817 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The seating capacity can be expressed as
\n" ); document.write( "(number of rows)*(seats/row)
\n" ); document.write( "Let \"r\" = number of rows
\n" ); document.write( "Let \"s\" = number of seats per row
\n" ); document.write( "given:
\n" ); document.write( "(1) \"+%28+r+%2B+4+%29%2A%28+s+-+2%29+=+r%2As+\"
\n" ); document.write( "(2) \"+%28+r+-+7%29%2A%28+s+%2B+5+%29+=+r%2As+-+1+\"
\n" ); document.write( "--------------------------
\n" ); document.write( "(1) \"+r%2As+%2B+4s+-+2r+-+8+=+r%2As+\"
\n" ); document.write( "(1) \"+4s+-+2r+=+8+\"
\n" ); document.write( "and
\n" ); document.write( "(2) \"+r%2As+-+7s+%2B+5r+-+35+=+r%2As+-+1+\"
\n" ); document.write( "(2) \"+-7s+%2B+5r+=+34+\"
\n" ); document.write( "------------------
\n" ); document.write( "Multiply both sides of (1) by \"5\" and
\n" ); document.write( "multiply both sides of (2) by \"2\"
\n" ); document.write( "Then add the equations
\n" ); document.write( "(1) \"+20s+-+10r+=+40+\"
\n" ); document.write( "(2) \"+-14s+%2B+10r+=+68+\"
\n" ); document.write( "\"+6s+=+108+\"
\n" ); document.write( "\"+s+=+18+\"
\n" ); document.write( "and, since
\n" ); document.write( "(1) \"+4s+-+2r+=+8+\"
\n" ); document.write( "(1) \"+4%2A18+-+2r+=+8+\"
\n" ); document.write( "\"+72+-+2r+=+8+\"
\n" ); document.write( "\"+2r+=+72+-+8+\"
\n" ); document.write( "\"+2r+=+64+\"
\n" ); document.write( "\"+r+=+32+\"
\n" ); document.write( "Current capacity = \"+18%2A32+=+576+\"
\n" ); document.write( "check:
\n" ); document.write( "(2) \"+%28+r+-+7%29%2A%28+s+%2B+5+%29+=+r%2As+-+1+\"
\n" ); document.write( "(2) \"+%28+32+-+7%29%2A%28+18+%2B+5+%29+=+576+-+1+\"
\n" ); document.write( "\"+25%2A23+=+575+\"
\n" ); document.write( "\"+575+=+575+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" ); document.write( "
\n" );