Answer:
= 3n + 3
Step-by-step explanation:
The sequence is arithmetic with explicit formula
= a₁ + (n - 1)d
where a₁ is the first term and d the common difference
From the recursive formula
a₁ = 6 and d = 3 [ the constant being added to A(n - 1) ] , then
= 6 + 3(n - 1) = 6 + 3n - 3 = 3n + 3
The two planes are flying on the two legs of a right triangle.
The straight distance between them is the hypotenuse of the triangle.
Since the speeds are in mph, let's work the time in hours.
Call the time 'H' that we're looking for.
It's the number of hours after they both take off that they're 650 miles apart.
After 'H' hours, the first plane has gone 500H miles north.
After 'H' hours, the second plane has gone 1200H miles east.
After 'H' hours, they are 650 miles apart.
Do you remember this for a right triangle ? ==> A² + B² = C²
(500H)² + (1200H)² = (650)²
250,000H² + 1,440,000H² = 422,500
1,690,000 H² = 422,500
H² = (422,500) / (1,690,000) = 0.25
H = √0.25 = 1/2 hour = 30 minutes
Answer:
Divide by 10
Step-by-step explanation:
Explain the question more clearly, but from what i got 100 ÷ 10 = 10
Answer:
a) AB2
b) 1106
Explanation:
Hex addition can be achieved through repeated subtraction of 16 from the decimal sum of same place values of hex numbers until the result is reached to one of the hex digits from 0 to F. The carry increases by 1 where each time the number 16 is subtracted from the hex numbers decimal sum. The below example lets you understand how to perform hex numbers addition
(a) 6B4 + 3FE
6 B 4
+ 3 F E
-------------------------------------------------
A B 2
(b) A 4 9
+ 6 B D
---------------------------
1 1 0 6