<h2>Answer</h2>
C.) 1
<h2>Explanation </h2>
Remember the rules for shifting functions:
shifts the function b units upward
shifts the function b units downward
shifts the function b units to the left
shifts the function b units to the right
Since we want tho shift
5 units to the right, we are using the rule:
shifts the function b units to the right; in other words, we need to subtract 5 units to the input of the function:


But notice that there is already a negative sign in
, so to get
, k must be equal to positive 1.
Answer:
1) m∠U = 90°
2) m∠C = 80°
Step-by-step explanation:
1) The given figure is a quadrilateral
The sum of the interior angles of quadrilateral = 360°
∴ The sum of the interior angles of the given figure = 360°
Therefore, we have;
80° + 24·x + 4 + 6 + 21·x + 90° = 360°
80° + 45·x + 10 + 90° = 360°
x = (360°- (80° + 10° + 90°))/45 = 4
x = 4
m∠U = 6 + 21·x = 6 + 21 × 4 = 90
m∠U = 90°
2) The sum of the interior angles of the given quadrilateral = 360°
∴ 21·x + 6 + 20·x + 24·x + 4 + 21·x + 6 = 360°
86·x + 16 = 360°
x = (360° - 16°)/86 = 4
x = 4
m∠C = 20·x = 20 × 4 = 80
m∠C = 80°
3) In the figure, some angles are left out, therefore, more information on the remaining angles required
Answer:
112 divided by 4 is 28. So 16 times 4 = 64. 64 divided by 5 is 12. 12 apples per 8 pounds. so 12 times 4 is 48 so your answer is 48
Step-by-step explanation:
Answer:
C. -12
Step-by-step explanation:
divide each side by 2/3
2/3x ÷ 2/3 = x
-8 ÷ 2/3 = -12
x = -12
Given
- f(n) values for n=1,2,3,4
- possible candidates for the function
Solution:
Method: Evaluate some of the values, for each function. A function with ANY value not matching the given f(n) values will be rejected.
N=1, f(n)=4
f(1)=4-3(1-1)=4
f(1)=4+3^(1+1)=4+3^2=4+9=13 ≠ 4 [rejected]
f(1)=4(3^(n-1))=4(3^0)=4
f(1)=3(4^(n-1))=3(4^0)=3*1=3 [rejected]
N=2, f(n)=12
f(1)=4-3(2-1)=4-3(1)=1 ≠ 12 [rejected]
[rejected]
f(1)=4(3^(2-1)=4*3^1=4*3=12
[rejected]
Will need to check one more to be sure
N=3, f(n)=3
[rejected]
[rejected]
f(3)=4(3^(n-1))=4(3^(3-1))=4(3^2)=4*9=36 [Good]
[rejected]
Solution: f(n)=4(3^(n-1))