Surface Area 135.5: Solve for X in Cuboid Dimensions (X+5, X+2, X+3)

Quadratic Equations with Surface Area Applications

Look at the cuboid in the diagram.

Its surface area is 135.5.

Calculate X.

X+5X+2X+3

❤️ Continue Your Math Journey!

We have hundreds of course questions with personalized recommendations + Account 100% premium

Step-by-step video solution

Watch the teacher solve the problem with clear explanations
00:00 Find X
00:03 We'll use the formula for calculating the surface area of a box
00:07 2 times (sum of face areas)
00:22 We'll substitute appropriate values and solve for X
01:21 Open parentheses properly, multiply each factor by each factor
01:52 Collect terms
02:15 Divide by 2
02:30 Arrange the equation so that one side equals 0
02:49 Find the possible solutions
02:55 X is positive since it represents the length of a side
02:58 And this is the solution to the problem

Step-by-step written solution

Follow each step carefully to understand the complete solution
1

Understand the problem

Look at the cuboid in the diagram.

Its surface area is 135.5.

Calculate X.

X+5X+2X+3

2

Step-by-step solution

To solve this problem, let's determine the value of X X using the given dimensions of the cuboid and its surface area:

  • The dimensions of the cuboid are X+5 X+5 , X+2 X+2 , and X+3 X+3 .
  • Surface area formula: SA=2(lw+lh+wh) \text{SA} = 2(lw + lh + wh) .
  • Substitute l=X+5 l = X+5 , w=X+2 w = X+2 , and h=X+3 h = X+3 into the equation to get:

Surface Area, SA=2((X+5)(X+2)+(X+5)(X+3)+(X+2)(X+3))=135.5 \text{SA} = 2((X+5)(X+2) + (X+5)(X+3) + (X+2)(X+3)) = 135.5 .

First, simplify each term separately:

  • (X+5)(X+2)=X2+2X+5X+10=X2+7X+10(X+5)(X+2) = X^2 + 2X + 5X + 10 = X^2 + 7X + 10.
  • (X+5)(X+3)=X2+3X+5X+15=X2+8X+15(X+5)(X+3) = X^2 + 3X + 5X + 15 = X^2 + 8X + 15.
  • (X+2)(X+3)=X2+3X+2X+6=X2+5X+6(X+2)(X+3) = X^2 + 3X + 2X + 6 = X^2 + 5X + 6.

Next, substitute these into the surface area formula:

2((X2+7X+10)+(X2+8X+15)+(X2+5X+6))=135.5 2\left((X^2 + 7X + 10) + (X^2 + 8X + 15) + (X^2 + 5X + 6)\right) = 135.5

Combine like terms:

2(3X2+20X+31)=135.5 2(3X^2 + 20X + 31) = 135.5

Distribute the 2:

6X2+40X+62=135.5 6X^2 + 40X + 62 = 135.5

Subtract 135.5 from both sides to set the equation to zero:

6X2+40X+62135.5=0 6X^2 + 40X + 62 - 135.5 = 0

Simplify to:

6X2+40X73.5=0 6X^2 + 40X - 73.5 = 0

Now, solve this quadratic equation using the quadratic formula: X=b±b24ac2a X = \frac{{-b \pm \sqrt{{b^2 - 4ac}}}}{2a} .

Here, a=6 a = 6 , b=40 b = 40 , c=73.5 c = -73.5 .

Calculate the discriminant:

b24ac=40246(73.5) b^2 - 4ac = 40^2 - 4 \cdot 6 \cdot (-73.5)

=1600+1764=3364 = 1600 + 1764 = 3364

Taking the square root of the discriminant:

3364=58 \sqrt{3364} = 58

Now solve for X X :

X=40±5812 X = \frac{{-40 \pm 58}}{12}

Calculate the two possible values:

X1=40+5812=1812=1.5 X_1 = \frac{{-40 + 58}}{12} = \frac{18}{12} = 1.5

X2=405812 X_2 = \frac{{-40 - 58}}{12} (which results in a negative and thus non-viable solution given the dimensions context).

Only the positive value X=1.5 X = 1.5 makes sense in the context of cuboid dimensions.

Therefore, the solution to the problem is X=1.5 X = 1.5 .

3

Final Answer

1.5

Key Points to Remember

Essential concepts to master this topic
  • Formula: Surface area of cuboid = 2(lw + lh + wh)
  • Technique: Expand (X+5)(X+2) = X² + 7X + 10 step by step
  • Check: Dimensions 6.5, 3.5, 4.5 give SA = 135.5 ✓

Common Mistakes

Avoid these frequent errors
  • Forgetting to multiply surface area formula by 2
    Don't use SA = lw + lh + wh = wrong answer! This gives half the actual surface area because cuboids have 6 faces, not 3. Always use SA = 2(lw + lh + wh) to account for opposite face pairs.

Practice Quiz

Test your knowledge with interactive questions

A cuboid is shown below:

222333555

What is the surface area of the cuboid?

FAQ

Everything you need to know about this question

Why do I multiply the surface area formula by 2?

+

A cuboid has 6 faces that come in 3 pairs of identical rectangles. The formula lw + lh + wh gives the area of just one face from each pair, so we multiply by 2 to get both faces!

How do I expand expressions like (X+5)(X+2)?

+

Use FOIL: First terms (X·X = X²), Outer terms (X·2 = 2X), Inner terms (5·X = 5X), Last terms (5·2 = 10). Then combine: X² + 2X + 5X + 10 = X² + 7X + 10.

What if I get two solutions from the quadratic formula?

+

Always check if both solutions make sense! Since we're dealing with dimensions of a cuboid, negative values don't make physical sense. Only use the positive solution.

Can I solve this without the quadratic formula?

+

You could try factoring, but with decimal coefficients like -73.5, the quadratic formula is usually the most reliable method. It works for any quadratic equation!

How do I verify my answer is correct?

+
  • Calculate the dimensions: X=1.5 gives 6.5, 3.5, 4.5
  • Use SA formula: 2(6.5×3.5 + 6.5×4.5 + 3.5×4.5)
  • Check: 2(22.75 + 29.25 + 15.75) = 2(67.75) = 135.5 ✓

Why is surface area measured in square units?

+

Surface area measures the total area of all faces, and area is always in square units (length × width). Even though we're working with a 3D shape, we're adding up 2D areas!

🌟 Unlock Your Math Potential

Get unlimited access to all 18 Cuboids questions, detailed video solutions, and personalized progress tracking.

📹

Unlimited Video Solutions

Step-by-step explanations for every problem

📊

Progress Analytics

Track your mastery across all topics

🚫

Ad-Free Learning

Focus on math without distractions

No credit card required • Cancel anytime

More Questions

Click on any question to see the complete solution with step-by-step explanations