document.write( "Question 555737: what is the width of a rectangle with an area of 300 square feet if its length is 1 foot,? if its length is 2 feet? if its length is 3 feet? \n" ); document.write( "
Algebra.Com's Answer #361922 by TutorDelphia(193)![]() ![]() You can put this solution on YOUR website! length times width equals area is our formula for squares. \n" ); document.write( "l*w=a \n" ); document.write( "however you are asked to solve for width \n" ); document.write( "divide both sides by l \n" ); document.write( "w=a/l \n" ); document.write( "if l=1 \n" ); document.write( "w=300/1 \n" ); document.write( "w=300\r \n" ); document.write( "\n" ); document.write( "if l=2 \n" ); document.write( "w=300/2 \n" ); document.write( "w=150\r \n" ); document.write( "\n" ); document.write( "if l=3 \n" ); document.write( "w=300/3 \n" ); document.write( "w=100 \n" ); document.write( " \n" ); document.write( " |