document.write( "Question 785757: \"The area of a triangular sheet of paper is 28 square inches. One side of the triangle is 2 inches more than three times the length of the altitude to that side. Find the length of that side and the altitude to that side.\"\r
\n" );
document.write( "\n" );
document.write( "Can I get help setting up an equation and solving please?\r
\n" );
document.write( "\n" );
document.write( "Thank you for your time!! \n" );
document.write( "
Algebra.Com's Answer #477709 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \"The area of a triangular sheet of paper is 28 square inches. One side of the triangle is 2 inches more than three times the length of the altitude to that side. Find the length of that side and the altitude to that side.\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area of triangle = 28 jn^2\r \n" ); document.write( "\n" ); document.write( "altitude=x \n" ); document.write( "side = 3x+2\r \n" ); document.write( "\n" ); document.write( "Area of Triangle = ?12 * base * altitude\r \n" ); document.write( "\n" ); document.write( "28= 1/2 * x*(3x+2)\r \n" ); document.write( "\n" ); document.write( "*2 \n" ); document.write( "56=x(3x+2)\r \n" ); document.write( "\n" ); document.write( "56=3x^2+2x\r \n" ); document.write( "\n" ); document.write( "3x^2+2x-56=0\r \n" ); document.write( "\n" ); document.write( "Find the roots of the equation by quadratic formula \n" ); document.write( " \n" ); document.write( "a= 3 , b= 2 , c= -56 \n" ); document.write( " \n" ); document.write( "b^2-4ac= 4 + 672 \n" ); document.write( "b^2-4ac= 676 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x1=( -2 + 26 )/ 6 \n" ); document.write( "x1= 4.00 \n" ); document.write( " \n" ); document.write( "x2=( -2 -26 ) / 6 \n" ); document.write( "x2= -4.67 \r \n" ); document.write( "\n" ); document.write( "ignore negative value\r \n" ); document.write( "\n" ); document.write( "altitude = 4\r \n" ); document.write( "\n" ); document.write( "base = 3x+2=> 3*4+2=14\r \n" ); document.write( "\n" ); document.write( "CHECK\r \n" ); document.write( "\n" ); document.write( "1/2 * 4*14 \n" ); document.write( "=28 \n" ); document.write( " |