document.write( "Question 340370: Solve using the five-step problem-solving process. Show all steps necessary to arrive at your solution.
\n" );
document.write( "A rectangular platform is 11 feet longer than it is wide. If the area of the platform is 276 square feet, find the length and the width\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "DOES ANYONE KNOW WHO TO SOLVE THIS PROBLEM? DO I MULITIPLY 275 X 11 TO GET THE LENGTH... PLEASE HELP! \n" );
document.write( "
Algebra.Com's Answer #243871 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! let l=length \n" ); document.write( "let w=width \n" ); document.write( "- \n" ); document.write( "area of a rectangle =l*w \n" ); document.write( "-- \n" ); document.write( "given \n" ); document.write( "l=11+w \n" ); document.write( "area=276 \n" ); document.write( "-- \n" ); document.write( "area=l*w \n" ); document.write( "substitute l=11+w \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "-- \n" ); document.write( "use quadratic equation to solve for w, using a=1,b=11,c=-276 \n" ); document.write( " \n" ); document.write( "since we are looking for a measurement, the negative result is ignored \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |