right triangle PLEASE HELP

trent449

New Member
Joined
Mar 26, 2009
Messages
2
I need to write a spread sheet that will calculate the length of 2 unknown sides of a right triangle using the following information.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p> </o:p>
Here is what I know
1. I have a right triangle
2. I know the length of the hypotenuses
3. I know the ratio between the length of the other 2 sides
<o:p> </o:p>
I need to write and Excel file that will solve for the length of the other two sides
<o:p> </o:p>
The math look like a^2+b^2=c^2

with c being known and the ratio between a and b known<o:p></o:p>
 
I guess if one knows the hypotenuse length And one of the angles i can work out the length of the two adjacent sides.

I wonder what the formula would be .

Long time since studying Geometry in high school - I really need a refresher :)

Regards.
If the angle is measured in Radians, leave out the *PI()/180 from the formula.

Excel Workbook
ABCD
1HypotenuseAngle (Degrees)Side aSide b
2103058.660254038
35453.5355339063.535533906
41008899.93908273.48994967
5
Right Triangle (2)
 
Upvote 0

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
You guys love to go off on tangents
Again I know the following
Right triangle
Length of C (5.9)
Ratio between A and B (11:1)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p> </o:p>
Logic ( my logic anyway) would tell me
A^2+b^2=C^2
So if C is 5.9 and the ratio between A:B is 11
Then
11A^2+A^2=5.9^2
Then
12A^2=5.9^2
12A^2=34.81
A^2=2.9
A=1.7
<o:p> </o:p>
Ok fine but it’s wrong! For it to be true B would have to be 1.7 x 11
So B would need to be 18.7
So plug this back into the
A^2 + b^2=C^2
1.7^2 + 18.7^2=C^2
C=18.28
 
Upvote 0
Recheck your algebra.

If B/A=11, then A^2+ (11*A)^2=C^2 or 122A^2=C^2.

You guys love to go off on tangents
Again I know the following
Right triangle
Length of C (5.9)
Ratio between A and B (11:1)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p> </o:p>
Logic ( my logic anyway) would tell me
A^2+b^2=C^2
So if C is 5.9 and the ratio between A:B is 11
Then
11A^2+A^2=5.9^2
Then
12A^2=5.9^2
12A^2=34.81
A^2=2.9
A=1.7
<o:p> </o:p>
Ok fine but it’s wrong! For it to be true B would have to be 1.7 x 11
So B would need to be 18.7
So plug this back into the
A^2 + b^2=C^2
1.7^2 + 18.7^2=C^2
C=18.28
 
Upvote 0
To expand a little on this side discussion:
Is it possible to know the length of the adjacent sides of the right rectangle without knowing the Ratio between them - (ie : just knowing the length of the hypotenuses)?

No, for any given hypotenuse, there would be an infinite number of 'other side' combinations.

Consider a circle. Every possible triangle formed by the two ends of a diameter and a third point on the circle's circumference is a right triangle, with the circle's diameter as the hypotenuse and the vertex on the circumference being the right angle. See examples below:

3392440783_442f8fb56a.jpg
 
Upvote 0

Forum statistics

Threads
1,214,926
Messages
6,122,305
Members
449,079
Latest member
juggernaut24

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top