document.write( "Question 1115349: I have this problem that says a= square root of 75 b=? c= 15
\n" );
document.write( "this is Pythagorean therum. \n" );
document.write( "
Algebra.Com's Answer #730219 by addingup(3677) You can put this solution on YOUR website! Pythagorean theorem: means we are dealing with a right angle triangle. But since you don't know if you are looking for the hypotenuse or one of the sides, I'll pretend you need the hypotenuse: \n" ); document.write( "b = sqrt(a^2+c^2) \n" ); document.write( "b = sqrt(75+225) \n" ); document.write( "b = 17.32 \n" ); document.write( " |