Answer:
3.14 square units
Step-by-step explanation:
Circumference of a circle = 2πr
2πr = 6.28
r = 6.28/2π
r = 3.142/π
Area of a circle = πr^2
slot in the value of r
Area of the circle = π( 3.142/π)^2
" = π(9.87/ π^2)
" = 9.87/π
π = 3.14
Area of a circle = 9.867/ (3.14)
" = 3.14 square units
Answer:
Z= V/QT
Step-by-step explanation:
Answer:
9y+45
Step-by-step explanation:
9(y+5)
=9*y+9*5
=9y+45
Answer:
The inverse relation G^(-1) is not a function. Why not? Because the y value y = 3 is paired up with more than one x value (x = 5, x = 2). The inverse relation G^(-1) is the set shown below
{(3,5), (3,2), (4,6)}
All I've done is swap the (x,y) values for each ordered pair to form the inverse relation. As you can see, x = 3 leads to multiple y value outputs which is why this relation is not a function. So in short, the answer is choice C. To have the inverse relation be a function, each value in the original domain must map to exactly one value in the range only. However that doesn't happen as the domain values map to an overlapping y value (y = 3).
Answer:
f(3) = 3
Step-by-step explanation:
f(1) = 1
f(2) = 2
f(n) = f(n − 2) + f(n − 1)
f(3) = f(3 - 2) + f(3 - 1)
= f(1) + f(2) = 1 + 2 = 3
Special Note: Have you heard of the Fibonacci sequence?
The formula f(n) = f(n − 2) + f(n − 1) is used to find the terms of the of the Fibonacci sequence