Solver Right Triangles
Algebra
->
Test
-> Solver Right Triangles
Log On
Test Calculators and Practice
Test
Answers archive
Answers
Word Problems
Word
Lessons
Lessons
Source code of 'Right Triangles'
This Solver (Right Triangles)
was created by by
Shin123(626)
:
View Source
,
Show
,
Put on YOUR site
About Shin123
:
Just a kid who solves math problems for fun :)
==section input One side of a right triangle is *[input a=15] and the hypotenuse is *[input c=17]. Find the other side. ==section solution The sides and the hypotenuse in a right triangle are related by {{{a^2+b^2=c^2}}} If the missing side is b, then we have {{{$a^2+b^2=$c^2}}} {{{sqrt($c^2-$a^2)=b}}} *[assign b=sqrt($c^2-$a^2)] {{{highlight(b=$b)}}} ==section output b ==section check