Right Scalene Triangle: Properties & Examples

#Geometry
TL;DR
A right scalene triangle has one right angle (90°) and three sides all of different lengths, which also forces its three angles to be different. This article covers the definition, how a triangle can be right and scalene at once, the properties, the area and perimeter formulas with derivation, six worked examples, and the common mistakes.
BT
Bhanzu TeamLast updated on June 9, 202610 min read

What Is a Right Scalene Triangle?

A right scalene triangle is a triangle that is both right and scalene at once. Right means one angle is exactly $90^\circ$. Scalene means all three sides have different lengths — and because unequal sides force unequal opposite angles, all three angles are different too.

Put together: a right scalene triangle has one $90^\circ$ angle, two unequal acute angles, and three sides of three different lengths. The side opposite the right angle is the hypotenuse, and it is always the longest side. The other two sides — the base and the perpendicular (or height) — meet at the right angle.

A right scalene triangle is not the same as the isosceles right triangle. The isosceles right triangle ($45^\circ$–$45^\circ$–$90^\circ$) has two equal sides; the right scalene triangle has none. The classic example is the $30^\circ$–$60^\circ$–$90^\circ$ triangle, where every angle and every side differs.

Can a Triangle Be Both Right and Scalene?

This is the first thing students want settled, so here it is directly: can a triangle be right-angled and scalene at the same time?

Yes — easily, and in fact most right triangles are scalene. Here is the reasoning. A right triangle has one $90^\circ$ angle, so the other two angles must add to $90^\circ$ (the three sum to $180^\circ$). As long as those two acute angles are different — say $30^\circ$ and $60^\circ$, or $20^\circ$ and $70^\circ$ — all three angles differ, and so all three sides differ. The triangle is scalene.

The only right triangle that is not scalene is the one where the two acute angles are equal, $45^\circ$ each. That single case is the isosceles right triangle. Every other right triangle is scalene. So "right scalene" is the common case, not the exotic one.

A right triangle can never be equilateral (that would need three $60^\circ$ angles, with no room for a $90^\circ$), and it is scalene unless it happens to be the $45^\circ$–$45^\circ$–$90^\circ$.

Properties of the Right Scalene Triangle

Everything about this triangle flows from "one right angle, three unequal sides." The properties worth holding:

  • One right angle, two unequal acute angles. The two acute angles are complementary — they add to $90^\circ$ — and because they are different, no two angles match.

  • Three sides of different lengths. The hypotenuse (opposite the $90^\circ$) is the longest; the longest side always faces the largest angle, and $90^\circ$ is the largest here.

  • No line of symmetry and no equal angles. Unlike the isosceles right triangle, it cannot be folded onto itself.

  • The Pythagorean relationship holds. Because one angle is $90^\circ$, the three sides satisfy the Pythagorean theorem: $\text{hypotenuse}^2 = \text{base}^2 + \text{perpendicular}^2$.

Area and Perimeter of a Right Scalene Triangle

The formulas are the standard triangle formulas, but the right angle makes one of them especially clean. What matters (per the "derive, don't just list" habit) is knowing what each symbol stands for and why it works.

Perimeter. The perimeter is the total distance around, so add the three sides $a$, $b$, and $c$:

$$P = a + b + c.$$

Area — the easy way. Every triangle's area is half its base times its perpendicular height, because a triangle is exactly half of the rectangle you get by copying and flipping it. In a right triangle the two legs are the base and the height — they already meet at $90^\circ$ — so no separate height calculation is needed:

$$A = \frac{1}{2}\times b \times h,$$

where $b$ and $h$ are the two legs that form the right angle.

Area from three sides (Heron's formula). When you know all three sides but want a check, use Heron's formula. With sides $a$, $b$, $c$ and semi-perimeter $s = \dfrac{a+b+c}{2}$:

$$A = \sqrt{s(s-a)(s-b)(s-c)}.$$

For a right triangle this must agree with $\frac{1}{2}\times b\times h$ — a handy way to confirm an answer.

Finding a missing side. When two sides are known, the Pythagorean theorem fills in the third. If $a$ and $b$ are the legs and $c$ the hypotenuse, $c = \sqrt{a^2 + b^2}$, or a leg is $b = \sqrt{c^2 - a^2}$.

Examples of Right Scalene Triangle

With the definition, the why, and the formulas in place, here is the triangle in worked problems, moving from a direct area up to a Pythagorean side hunt.

Example 1 - A right scalene triangle has legs of $6$ cm and $8$ cm meeting at the right angle. Find its area

The two legs are the base and the height:

$$A = \frac{1}{2}\times b \times h = \frac{1}{2}\times 6 \times 8 = 24 \text{ cm}^2.$$

Final answer: the area is $24$ cm².

Example 2 - A right scalene triangle has legs of $6$ cm and $8$ cm. A student is asked for the perimeter and writes $6 + 8 = 14$ cm

A first instinct is to add the two legs and call that the perimeter. But a triangle has three sides, and the third one — the hypotenuse — is missing. Adding only two sides leaves a whole edge out, so $14$ cm cannot be the distance all the way around.

Find the hypotenuse first with the Pythagorean theorem, then add all three:

$$c = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10 \text{ cm}, \qquad P = 6 + 8 + 10 = 24 \text{ cm}.$$

Final answer: the perimeter is $24$ cm.

Example 3 - A right scalene triangle has legs of $5$ inches and $12$ inches. Find the hypotenuse

$$c = \sqrt{5^2 + 12^2} = \sqrt{25 + 144} = \sqrt{169} = 13 \text{ inches}.$$

Final answer: the hypotenuse is $13$ inches. (The $5$–$12$–$13$ triple has three different sides, so this is a right scalene triangle.)

Example 4 - The two acute angles of a right scalene triangle are in the ratio $1:2$. Find all three angles

The two acute angles add to $90^\circ$. Let them be $x$ and $2x$:

$$x + 2x = 90^\circ \quad\Rightarrow\quad 3x = 90^\circ \quad\Rightarrow\quad x = 30^\circ.$$

So the acute angles are $30^\circ$ and $60^\circ$, and the third is the right angle.

Final answer: $30^\circ$, $60^\circ$, $90^\circ$ — the familiar $30^\circ$–$60^\circ$–$90^\circ$ right scalene triangle.

Example 5 - A right scalene triangle has a base of $9$ cm, a perpendicular of $5$ cm, and a hypotenuse of $\sqrt{106}$ cm. Find its perimeter

$$P = 9 + 5 + \sqrt{106} \approx 9 + 5 + 10.30 = 24.30 \text{ cm}.$$

Final answer: the perimeter is about $24.30$ cm.

Example 6 - A right scalene triangle has sides $7$ cm, $24$ cm, and $25$ cm. Confirm it is right-angled, then find its area using Heron's formula and check it

First confirm the right angle: $7^2 + 24^2 = 49 + 576 = 625 = 25^2$, so by the converse of the Pythagorean theorem the $25$ cm side is the hypotenuse and the angle opposite it is $90^\circ$. The semi-perimeter is:

$$s = \frac{7 + 24 + 25}{2} = \frac{56}{2} = 28 \text{ cm}.$$

Heron's formula:

$$A = \sqrt{28(28-7)(28-24)(28-25)} = \sqrt{28 \cdot 21 \cdot 4 \cdot 3} = \sqrt{7056} = 84 \text{ cm}^2.$$

Final answer: the area is $84$ cm². Check with the legs as base and height: $\frac{1}{2}\times 7 \times 24 = 84$ cm². The two methods agree.

Why the Right Scalene Triangle Matters

A right triangle with three unequal sides is the workhorse of applied geometry — the symmetric $45$–$45$–$90$ is the special case, and the scalene right triangle is what the world actually runs on.

  • It is how distances get measured without a tape. Trigonometry — finding heights and distances you can't reach — is built on the right scalene triangle. A surveyor measuring a building's height stands a known distance away, measures the angle of elevation, and uses $\tan$ of that angle in a right scalene triangle to get the height. The unequal sides are the whole point: the known leg, the unknown leg, and the line of sight.

  • The $30$–$60$–$90$ is a fixed toolkit. Because the $30$–$60$–$90$ right scalene triangle always has sides in the ratio $x : x\sqrt{3} : 2x$, engineers and drafters read off lengths without measuring. Half of an equilateral triangle is exactly a $30$–$60$–$90$, which is why it appears in trusses, ramps, and hex-bolt geometry.

  • Ramps, roofs, and staircases. A wheelchair ramp, a single roof slope, and a staircase stringer are right scalene triangles: a horizontal run, a vertical rise, and a sloped hypotenuse, all different lengths. The rise-over-run that defines the slope is exactly the ratio of the two legs.

  • It anchors the right-angle case students reuse everywhere. Coordinate geometry's distance formula is the Pythagorean theorem on a right scalene triangle drawn between two points — the horizontal gap, the vertical gap, and the straight-line distance.

For a Class 7 or 8 student, this triangle is where "classify by angles" and "classify by sides" combine into one shape, and where the right angle stops being a label and becomes the tool that makes area and the Pythagorean theorem easy.

Where Right Scalene Triangles Go Sideways

Mistake 1: Forgetting the hypotenuse in the perimeter

Where it slips in: A problem gives the two legs and asks for the perimeter.

Don't do this: Add only the two legs you were handed and stop.

The correct way: A triangle has three sides. Find the hypotenuse with $c = \sqrt{a^2 + b^2}$ first, then add all three. The rusher who jumps to "add what's given" is the one this catches.

Mistake 2: Using a slanted side as the height for area

Where it slips in: Computing area when the triangle is drawn tilted, so the right-angle legs aren't obviously horizontal and vertical.

Don't do this: Multiply the hypotenuse by a leg, or pick any two sides and halve their product.

The correct way: The area is $\frac{1}{2}\times b \times h$ where $b$ and $h$ are the two legs that meet at the right angle — never the hypotenuse. In a right triangle those two legs are already perpendicular, so they are the base and height. If you only know all three sides, use Heron's formula instead.

Mistake 3: Confusing a right scalene triangle with an isosceles right triangle

Where it slips in: Assuming every right triangle has two equal sides, or that "right triangle" means $45$–$45$–$90$.

Don't do this: Treat the two legs as equal by default, or split the remaining $90^\circ$ into two $45^\circ$ angles without checking.

The correct way: Only the $45$–$45$–$90$ right triangle is isosceles. If the two acute angles differ (or the two legs differ), the triangle is right scalene. Read the given angles or sides before assuming symmetry.

Key Takeaways

  • A right scalene triangle has one $90^\circ$ angle and three sides of different lengths, so all three angles differ too.

  • Most right triangles are scalene; only the $45$–$45$–$90$ isosceles right triangle is not.

  • The hypotenuse (opposite the right angle) is the longest side, and the two acute angles are complementary.

  • Area is $\frac{1}{2}\times b \times h$ using the two legs; the Pythagorean theorem $c = \sqrt{a^2+b^2}$ finds a missing side.

  • The $30$–$60$–$90$ triangle is the most common right scalene triangle and underlies trigonometry, ramps, and the distance formula.

Practice These Problems to Solidify Your Understanding

  1. A right scalene triangle has legs of $9$ cm and $12$ cm. Find its area and its hypotenuse.

  2. The two acute angles of a right scalene triangle are in the ratio $2:3$. Find all three angles.

  3. A right scalene triangle has sides $8$ cm, $15$ cm, and $17$ cm. Find its perimeter and confirm it is right-angled.

Answer to Question 1: area $= 54$ cm², hypotenuse $= 15$ cm. Answer to Question 2: $36^\circ$, $54^\circ$, $90^\circ$. Answer to Question 3: perimeter $= 40$ cm; $8^2 + 15^2 = 64 + 225 = 289 = 17^2$, so it is right-angled. If Question 1 gave you a perimeter instead of an area, recheck which two sides meet at the right angle (see Mistake 2).

Want a live Bhanzu trainer to walk your child through right triangles and the Pythagorean theorem? Book a free demo class — online globally.

Also Read:

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is a right scalene triangle?
A triangle with one $90^\circ$ angle and three sides all of different lengths. Because the sides are unequal, the angles are unequal too: one right angle and two different acute angles.
Can a triangle be both right and scalene?
Yes, and most right triangles are. As long as the two acute angles differ, all three sides differ and the triangle is scalene. The only right triangle that is not scalene is the $45$–$45$–$90$ isosceles right triangle.
Is a $30$–$60$–$90$ triangle a right scalene triangle?
Yes. Its three angles ($30^\circ$, $60^\circ$, $90^\circ$) are all different, so its three sides are all different — that is exactly a right scalene triangle.
How do you find the area of a right scalene triangle?
Use $A = \frac{1}{2}\times b \times h$ with the two legs that meet at the right angle as base and height. If you only know the three sides, use Heron's formula: $A = \sqrt{s(s-a)(s-b)(s-c)}$.
Which side is the longest in a right scalene triangle?
The hypotenuse — the side opposite the $90^\circ$ angle. The longest side always faces the largest angle, and the right angle is the largest.
How many lines of symmetry does a right scalene triangle have?
None. With no equal sides and no equal angles, it cannot be folded onto itself.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →