A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_session81hcfpomiviah5bqbtj8hdj7amnn44vl): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

The lengths of side AB and side BC of a scalene triangle

Home » Aptitude » Plane Geometry » Question
  1. The lengths of side AB and side BC of a scalene triangle ABC are 12 cm and 8 cm respectively. The size of angle C is 90°. Find the approximate length of side AC.
    1. 12
    2. 9
    3. 14
    4. 16
Correct Option: B

As per the given in question , we draw a figure right angle triangle ACB

∠C = 90°
Here , AB = 12 cm., BC = 8 cm.
∴ AC = √AB² - BC²
AC = √12² - 8²
AC = √144 - 64 = √80 ≈ 9 cm.



Your comments will be displayed only after manual approval.