Answer:
—6
Explanation:
In an expression with a negative number and a positive number, the negative will come on top. This meaning the product (end piece) will be negative. In this problem despite the signs we know 3•2 is 6. Now since one number is negative (3) and the other is positive (2) negative will come out on top.
* KEEP IN MIND *
+ and + = positive
- and + = negative
Easy Memo for Multiplication and Divison:
“Same sign add, different sign subtract”
Add = Positive (+)
Subtract = Negative (-)
Check the picture below.
a)
so the perimeter will include "part" of the circumference of the green circle, and it will include "part" of the red encircled section, plus the endpoints where the pathway ends.
the endpoints, are just 2 meters long, as you can see 2+15+2 is 19, or the radius of the "outer radius".
let's find the circumference of the green circle, and then subtract the arc of that sector that's not part of the perimeter.
and then let's get the circumference of the red encircled section, and also subtract the arc of that sector, and then we add the endpoints and that's the perimeter.


b)
we do about the same here as well, we get the full area of the red encircled area, and then subtract the sector with 135°, and then subtract the sector of the green circle that is 360° - 135°, or 225°, the part that wasn't included in the previous subtraction.

Answer:
Measure of arc AE = 58°
Step-by-step explanation:
As shown: ABCD is a quadrilateral, ∠C = 119°
So, ∠C + ∠A = 180°
∴ ∠A = 180° - ∠C = 180° - 119° = 61°
ΔAGB is a right triangle at G
So, ∠A + ∠B = 90°
∴ ∠ABG = 90 - ∠A = 90 - 61 = 29°
Arc AE opposite to the angle ∠ABG
So, measure of arc AE = 2∠ABG = 2 * 29° = 58°
Answer:
f(n) = f(n - 1) + 3
Step-by-step explanation:
Substitute
to get the recursive formula.
OPTION 1: f(n) = f(n - 1) + 3
Substituting n = 1.
f(1) = f(1 - 1) + 3 = 0 + 3 = 3.
Substituting n = 2.
f(2) = f(2 - 1) + 3 = f(1) + 3 = 3 + 3 = 6.
Substituting n = 3.
f(3) = f(3 - 1) + 3 = f(2) + 3 = 6 + 3 = 9.
The numbers match the given sequence. So, we say the above recursive formula represents the sequence.
OPTION 2: f(n) = f(n - 1) + 2
Substituting n = 1
f(1) = f(0) + 2
3.
So, this is eliminated.
Similarly, OPTION 3 and OPTION 4 can be eliminated as well.
I think it would be the second option