document.write( "Question 870691: A room has dimensions p metres by q metres by r metres high.
\n" ); document.write( "It has a door x metres by y metres and two windows each
\n" ); document.write( "c metres by d metres. How many m^2 of paper are needed for
\n" ); document.write( "the walls of the room?
\n" ); document.write( "

Algebra.Com's Answer #525054 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The total surface area of the room is
\n" ); document.write( "\"SA=2p%2Ar%2B2q%2Ar=2r%28p%2Bq%29\"
\n" ); document.write( "Each window is \"A%5Bwin%5D=c%2Ad\"
\n" ); document.write( "The door is \"A%5Bdoor%5D=x%2Ay\"
\n" ); document.write( "So the total amount of paper is,
\n" ); document.write( "\"A%5Bpaper%5D=2r%28p%2Bq%29-2%2Ac%2Ad-x%2Ay\"
\n" ); document.write( "
\n" ); document.write( "
\n" );