document.write( "Question 874981: 1.find two numbers whose sum is 13 and whose product is 40\r
\n" );
document.write( "\n" );
document.write( "2.the area of a rectangle is 94sq. units and its perimeter is 38units.
\n" );
document.write( "find the length and width of the rectangle.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #527857 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1.find two numbers whose sum is 13 and whose product is 40 \n" ); document.write( "--- \n" ); document.write( "Try pairs of factors of 40. \n" ); document.write( "1*40 NG \n" ); document.write( "2*20 NG \n" ); document.write( "etc \n" ); document.write( "==================== \n" ); document.write( "2.the area of a rectangle is 94sq. units and its perimeter is 38units. \n" ); document.write( "find the length and width of the rectangle. \n" ); document.write( "----- \n" ); document.write( "P = 2L + 2W = 38 \n" ); document.write( "L + W = 19 \n" ); document.write( "L*W = 94 \n" ); document.write( "------- \n" ); document.write( "L = 19 - W \n" ); document.write( "Sub for L \n" ); document.write( "(19-W)*W = 94 \n" ); document.write( "W^2 - 19W + 94 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "============ \n" ); document.write( "No real number solution. \n" ); document.write( "The max area of a rectangle of given perimeter is a square. \n" ); document.write( "For P = 38, side length = 9.5 \n" ); document.write( "Area = 9.5^2 = 90.25 sq units \n" ); document.write( "94 is not possible. \n" ); document.write( " |