52
- is prime? No
- is multiple of 3? No
continue
53
- is prime? Yes
continue
54
- is prime? No
- is multiple of 3? Yes
- is multiple of 4? No
continue
55
- is prime? No
- is multiple of 3? No
continue
56
- is prime? No
- is multiple of 3? No
continue
57
- is prime? No
- is multiple of 3? Yes
- is multiple of 4? No
continue
58
- is prime? No
- is multiple of 3? No
continue
59
- is prime? Yes
continue
60
- is prime? No
- is multiple of 3? Yes
- is multiple of 4? Yes
Therefore 60 is the answer, as it fits all the conditions
Simple trial and error.
Answer:
D
Step-by-step explanation:
Answer:
, D
Step-by-step explanation:
3 if x is greater than or equal to 1 is nothing. That leaves us with
if x<1. If you substitute in 1 for x, you get 3, but of course that isn't possible, so the range is
, which is D.
Using the function graph given, it is found that:
When a piece-wise function is given, that is, a function that has <em>multiple definitions</em>, the numeric value at x when the definition changes is given by the closed circle.
- For function L(x), when x = 2, the closed circle is at y = 7, hence, L(2) = 7.
- For function R(x), when x = 2, the closed circle is at y = 1, hence, R(2) = 1.
To learn more about the use of graphs to analyze a function, you can take a look at brainly.com/question/21447009