Answer:
<em>0 < X < 40</em>
Explanation:
[ Leg A ] 13
[ Leg B ] 27
[ Leg C ] x
Since We Are Missing The Third Side Of The Triangle.
x Has To Be Greater Than 0 But Less Than 40
Answer:
-6.21 x 10^5
Step-by-step explanation:
The negative only comes when the numbers are in the decimal to right such as 0.1 when its on the left side it just mean positive power such as 6.0= a positive, negative power = 0.6 count how many numbers there are (6) then get the last number as the whole number and the rest are behind (-6.21) count all the numbers besides the last number (6) now that is your power so you get -6.21 x 10^5
Answer:
B
Step-by-step explanation:
The other leg will be LN² = 33² - 11². Then the correct option is A.
<h3>What is a Pythagoras theorem?</h3>
The Pythagoras theorem states that the sum of two squares equals the squared of the longest side.
The Pythagoras theorem formula is given as
H² = P² + B²
The hypotenuse is 33 units and one leg is 11 units.
Then the other leg will be
33² = LN² + 11²
LN² = 33² - 11²
Then the correct option is A.
More about the Pythagoras theorem link is given below.
brainly.com/question/343682
#SPJ1
Answer:
f(n) = 2n - 2
Step-by-step explanation:
Given the recursive formula
f(n) = f(n - 1) + 2 with f(1) = 0, then
f(2) = f(1) + 2 = 0 + 2 = 2
f(3) = f(2) + 2 = 2 + 2 = 4
f(4) = f(3) + 2 = 4 + 2 = 6
The terms of the sequence are 0, 2, 4, 6, ....
These are the first 4 terms of an arithmetic sequence with explicit formula
f(n) = a₁ + (n - 1)d
where a₁ is the first term and d the common difference
Here d = 2 - 0 = 4 - 2 = 6 - 4 = 2 and a₁ = 0, thus
f(n) = 0 + 2(n - 1), that is
f(n) = 2n - 2 ← explicit formula