document.write( "Question 815725: Solving Problems with Quadratic Equations
\n" );
document.write( "21. An open-topped box is to be made from a rectangular piece of tin measuring 50 cm by 40 cm by cutting squares of equal size from each corner. The base area is to be 875 cm^2.
\n" );
document.write( "a) Draw a diagram representing the information.
\n" );
document.write( "b) What is the side length of the squares being removed?
\n" );
document.write( "c) What is the volume of the box?
\n" );
document.write( "Thanks1!! \n" );
document.write( "
Algebra.Com's Answer #491182 by mananth(16946)![]() ![]() You can put this solution on YOUR website! the base dimensions are 50 by 40\r \n" ); document.write( "\n" ); document.write( "squares of side x are cut at the corners\r \n" ); document.write( "\n" ); document.write( "the length will be (50-2x) \n" ); document.write( "width will be (40-2x)\r \n" ); document.write( "\n" ); document.write( "The area = 875 cm^2\r \n" ); document.write( "\n" ); document.write( "(50-2x)((40-2x)=875\r \n" ); document.write( "\n" ); document.write( "2000-180x+4x^2=875\r \n" ); document.write( "\n" ); document.write( "4x^2-180x+1125=0\r \n" ); document.write( "\n" ); document.write( "Find the roots of the equation by quadratic formula \n" ); document.write( " \n" ); document.write( "a= 4 , b= -180 , c= 1125 \n" ); document.write( " \n" ); document.write( "b^2-4ac= 32400 + -18000 \n" ); document.write( "b^2-4ac= 14400 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x1=( 180 + 120 )/ 8 \n" ); document.write( "x1= 37.50 \n" ); document.write( " \n" ); document.write( "x2=( 180 -120 ) / 8 \n" ); document.write( "x2= 7.50 \r \n" ); document.write( "\n" ); document.write( "the side of square cut = 7.50 cm\r \n" ); document.write( "\n" ); document.write( "Volume of box =50*40*7.50\r \n" ); document.write( "\n" ); document.write( "=1500 cm^2 \n" ); document.write( " |