document.write( "Question 347083: A carpet layer determines that the perimeter of a rectangular wedding hall is 900 feet.\r
\n" );
document.write( "\n" );
document.write( "(a) Find the length and width of the hall if its length is 50 feet more than its width.
\n" );
document.write( "(b) if the carpet costs $12.75 per square yard installed, how much does it cost to carpet the hall? Thank You \n" );
document.write( "
Algebra.Com's Answer #248170 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let width be x \n" ); document.write( "length = x+50 \n" ); document.write( ".... \n" ); document.write( "900=2*(x+x+50) \n" ); document.write( "900=2(2x+50) \n" ); document.write( "900=4x+100 \n" ); document.write( "800=4x \n" ); document.write( "x= 200 the width \n" ); document.write( "length =200+50=250 \n" ); document.write( "... \n" ); document.write( "1 yard = 3feet \n" ); document.write( "Area = 200/3 * 250/3 yards \n" ); document.write( "A= 50000/9 yards \n" ); document.write( "1 sq. yard = $12.75 \n" ); document.write( "50000/9 *12.75 \n" ); document.write( "=$70,833 \n" ); document.write( " |