document.write( "Question 513743: the area of a triangular sheet of paper is 13 square inches. one side of the triangle is 3 inches more than five times the length of the altutude to that side. find the length of that side and the altitude to that side \n" ); document.write( "
Algebra.Com's Answer #343131 by Gogonati(855)\"\" \"About 
You can put this solution on YOUR website!
Lets the altitude = x inches, then the side will be 5x+3 inches.
\n" ); document.write( "As we know the area of triangle is given by the formula:\r
\n" ); document.write( "\n" ); document.write( "\"A=%28b%2Ah%29%2F2\", where b=5x+3, and h=x, substituting in our formula we get:\r
\n" ); document.write( "\n" ); document.write( "\"+13=x%2A%285x%2B3%29%2F2\" solving this equation we get the altitude\r
\n" ); document.write( "\n" ); document.write( "\"26=5x%5E2%2B3x\", set the equation equal to zero\r
\n" ); document.write( "\n" ); document.write( "\"5x%5E2%2B3x-26=0\"Solve the equation using quadratic formula\r
\n" ); document.write( "\n" ); document.write( "\"x=-3%2B-sqrt%283%5E2-4%2A5%2A%28-26%29%29%2F%282%2A5%29\"\r
\n" ); document.write( "\n" ); document.write( "x=2 (The negative root is rejected)\r
\n" ); document.write( "\n" ); document.write( "To find the length of the side plug x=2, and get b=5*2+3=13\r
\n" ); document.write( "\n" ); document.write( "Answer:The length is 13 inches and the altitude to this side is 2 inches.
\n" ); document.write( "
\n" );