Answer:
Option A
Step-by-step explanation:
By applying Pythagoras theorem in ΔABC,
(Hypotenuse)² = (Leg 1)² + (Leg 2)²
AC² = AB² + BC²
AC² = 6² + 5²
AC = 
Similarly, by applying Pythagoras theorem in ΔACD,
AD² = AC² + CD²
(10)² =
+ x²
x² = 100- 61
x² = 39
x = √(39)
Option A will be the answer.
Answer:
$96.50
Step-by-step explanation:
Answer:
1
Step-by-step explanation:
Remainder if 7*7*7... 124 times is divided by 4
The remainder when (7^124) / 4
Using python console:
a = 7**124
b = 4
c = a%b
print(c)
Output = 1
Hence, the remainder when 7^124 is divided by 4 is 1
The gradient of a line can be calculated using the formula

where

and

are two points that the line passes through