Answer:
23°, 54°, 103°
Step-by-step explanation:
let the2nd angle = x
1st angle = x + 31
3rd angle = 2(x + 31) - 5 = 2x + 62 - 5 = 2x + 57
Sum the 3 angles and equate to 180
x + 31 + x + 2x + 57 = 180 , that is
4x + 88 = 180 ( subtract 88 from both sides )
4x = 92 ( divide both sides by 4 )
x = 23
Then
1st angle = x + 31 = 23 + 31 = 54°
2nd angle = x = 23°
3rd angle = 2x + 57 = 2(23) + 57 = 46 + 57 = 103°
Answer:
25% or 1/4 chance.
Step-by-step explanation:
The red makes up 5 out of the 20 marbles in the bag, which translates to 1/4 or 25% chance or being picked.
Good luck! Hope this helped!
Answer:
B
Step-by-step explanation:
Answer:
Step-by-step explanation:
B + 87 +78 +66 = 360
B = 129 °
the angle next to B then is
180 = 129 + b '
51 ° = b '
A + 61 + b ' = 180
A = 68 °
<h3>
Answers:</h3>
==================================================
Explanation:
The given piecewise function is

At first piecewise functions may be strange confusing things, but they aren't so bad. I like to think of it like this: f(x) is a function that changes its identity based on what the input x is. We have three situations
- f(x) = -4x+3 when x < 3
- f(x) = -x^3 when

- f(x) = 3x^2+1 when x > 8
In a sense, we have three different functions but they are combined somehow.
If x is smaller than 3, then we go for the first definition. Or if x is between 3 and 8, then we go for the second definition. Or if x is larger than 8, then we go for the third definition.
-----------------------
f(-5) means f(x) when x = -5. We see that -5 is smaller than 3, so x = -5 makes x < 3 true. We'll use the first definition
f(x) = -4x+3
f(-5) = -4(-5)+3
f(-5) = 20+3
f(-5) = 23
------------------------
Now the input is x = 12. This is larger than 8. In other words, x = 12 makes x > 8 true. We'll use the third definition
f(x) = 3x^2+1
f(12) = 3(12)^2+1
f(12) = 3(144)+1
f(12) = 432+1
f(12) = 433
------------------------
Side notes:
- We won't use the second definition since we don't have any x inputs between 3 and 8
- To say "less than or equal to" on a keyboard, you can write "<=" without quotes. For example,
is the same as x<=5