document.write( "Question 958223: Find the dimensions that produce the maximum floor area for a one-story house that is rectangular in shape and has a perimeter of 151ft
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #585633 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! perimeter = 2 * length + 2 * width \n" ); document.write( "set L = length , W = width \n" ); document.write( "perimeter = 2L + 2W \n" ); document.write( "since perimeter is to be 151 \n" ); document.write( "151 = 2L + 2W \n" ); document.write( "Solving for L, \n" ); document.write( "151 - 2W = 2L \n" ); document.write( "dividing each side by2 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Since area = L*W \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "multiplying each side by 2 \n" ); document.write( " \n" ); document.write( "set y = 2*area \n" ); document.write( "If we maximize the value of y in the equation \n" ); document.write( " \n" ); document.write( "we will can determine the best dimensions for L and W \n" ); document.write( "rewriting \n" ); document.write( " \n" ); document.write( "Using the coordinate values a = -2 and b = 151 \n" ); document.write( "the value of W where y is maximum occurs when -b/2a is the value of W. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "area will be maximum when W = 151/4 \n" ); document.write( "We previously determined \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the maximum area will occur when W = 151/4 and L = 151/4 \n" ); document.write( " |