document.write( "Question 853451: a rectangular room is 25 feet narrower than its length. if 1250 square feet of carpet is needed to cover the entire room, what is the length of the room? \n" ); document.write( "
Algebra.Com's Answer #514105 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Area = Length * Width \n" ); document.write( "1250 = L * W \n" ); document.write( "W = L - 25 [a rectangular room is 25 feet narrower than its length.] \n" ); document.write( "Substitute the known value of W from the second equation into the first equation. \n" ); document.write( "1250 = L * W \n" ); document.write( "1250 = L * (L-25) \n" ); document.write( "Divide each side by 25 \n" ); document.write( "L = 50 \n" ); document.write( "Therefore W = 25 \n" ); document.write( " |