document.write( "Question 177860: 41. Anthony has 10 ft of framing and wants to use it to make the largest
\n" );
document.write( "rectangular picture frame possible. Find the maximum area that can
\n" );
document.write( "be enclosed by his frame.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "42. A ball is thrown upward from ground level. Its height h, in feet, above
\n" );
document.write( "the ground after t seconds is h = 48t - 16t2. Find the maximum height
\n" );
document.write( "of the ball.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "43. Suppose a parabola has a vertex in Quadrant IV and a , 0 in the
\n" );
document.write( "equation y = ax2 + bx + c. How many real solutions will the equation
\n" );
document.write( "ax2 + bx + c = 0 have? \n" );
document.write( "
Algebra.Com's Answer #132876 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 41. Anthony has 10 ft of framing and wants to use it to make the largest \n" ); document.write( "rectangular picture frame possible. Find the maximum area that can \n" ); document.write( "be enclosed by his frame. \n" ); document.write( "------ \n" ); document.write( "Perimeter = 2(L + W) \n" ); document.write( "10 = 2(L + W) \n" ); document.write( "L+W = 5 \n" ); document.write( "L = 5-W \n" ); document.write( "------------ \n" ); document.write( "Area = LW \n" ); document.write( "Area = (5-W)W \n" ); document.write( "Area = 5W - W^2 \n" ); document.write( "------------------ \n" ); document.write( "This is a quadratic with a = -1, b=5 \n" ); document.write( "The maximum area occurs when W = -b/2a = -5(2*-1) = 5/2 \n" ); document.write( "--- \n" ); document.write( "If W + L = 5 and W = 5/2, then L = 5/2 \n" ); document.write( "--------- \n" ); document.write( "So the maximum area is: A = LW = (5/2)^2 = 25/4 sq ft \n" ); document.write( "===============================================================\r \n" ); document.write( "\n" ); document.write( "42. A ball is thrown upward from ground level. Its height h, in feet, above \n" ); document.write( "the ground after t seconds is h = 48t - 16t2. Find the maximum height \n" ); document.write( "of the ball. \n" ); document.write( "--- \n" ); document.write( "h(t) = 48t - 16t^2 \n" ); document.write( "Max occurs when t = -48/(2*-16) = 48/32 = 3/2 seconds \n" ); document.write( "-- \n" ); document.write( "Max height = h(3/2) = 48(3/2)-16(3/2)^2 = 72 - 36 = 36 ft. \n" ); document.write( "=============================================================== \r \n" ); document.write( "\n" ); document.write( "43. Suppose a parabola has a vertex in Quadrant IV and a , 0 in the \n" ); document.write( "equation y = ax2 + bx + c. How many real solutions will the equation \n" ); document.write( "ax2 + bx + c = 0 have? \n" ); document.write( "Comment: Somthing is missing in your statement. \n" ); document.write( "==================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |