document.write( "Question 329728: 1) the lengths of the three sides of a rigt angled triangle are x-2, 2x, and x+6. x+6 is the longest side of the triangle. what is the length of the shortest side of the triangle?\r
\n" );
document.write( "\n" );
document.write( "2) th diference betwen two positive number is 3. the difference between their reciprocals is 1/90. what are the two numbers? (Note: the reciprocal of x is 1/x) \n" );
document.write( "
Algebra.Com's Answer #236418 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1) the lengths of the three sides of a rigt angled triangle are x-2, 2x, and x+6. x+6 is the longest side of the triangle. what is the length of the shortest side of the triangle? \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = 2 ± 4sqrt(3) \n" ); document.write( "x-2 = +4sqrt(3) the shortest side \n" ); document.write( "------------------ \n" ); document.write( "2) th diference betwen two positive number is 3. the difference between their reciprocals is 1/90. what are the two numbers? (Note: the reciprocal of x is 1/x) \n" ); document.write( "---------- \n" ); document.write( "Thx for the info on reciprocals. \n" ); document.write( "x is the larger number. \n" ); document.write( "x - y = 3 \n" ); document.write( "1/x - 1/y = -1/90 (minus because the recip of a larger # is smaller) \n" ); document.write( "Multiply by 90xy \n" ); document.write( "90y - 90x = -xy \n" ); document.write( "x = y+3, sub for x \n" ); document.write( "------------ \n" ); document.write( "90y - 90*(y+3) = -y*(y+3) = -y^2 - 3y \n" ); document.write( "y^2 + 3y = 270 \n" ); document.write( "y^2 + 3y - 270 = 0 \n" ); document.write( "(y + 18)*(y - 15) = 0 \n" ); document.write( "y = 15 \n" ); document.write( "x = 18 \n" ); document.write( " \n" ); document.write( " |