Answer: { x | 5 < x ≤ 100 } OR { x ∈ ℝ | 5 < x ≤ 100 }
Step-by-step explanation:
{ x | 5 < x ≤ 100 }
This means:
"The set of all x's, such that x is greater than 5 and less than or equal to 100"
Another acceptable way to write this is
{ x ∈ ℝ | 5 < x ≤ 100 }
"x ∈ ℝ" simply means x is an element of all real numbers
1.
D
2.
D
3.
A and D
4.
Didn't Understand
retype in comment and send
Answer:
y = 0.2x + 37
Step-by-step explanation:
A) Find an equation in the form y = mx + b, where x is the number of monthly minutes used and y is the total monthly of the Ringular plan.
(x, y) = (minutes, cost)
(110, 59)
(600, 157)
slope = m = dy/dx
dy/dx = change in y/change in x
m = dy/dx
m = (157 - 59)/(600-110)
m = 98/490
m = 0.2
a) the linear equation:
y - 59 = 0.2(x - 110)
y - 59 = 0.2x - 22
y = 0.2x - 22 + 59
y = 0.2x + 37
Answer:
< Less Than and > Greater Than
This symbol < means less than, for example 2 < 4 means that 2 is less than 4. This symbol > means greater than, for example 4 > 2. ≤ ≥ These symbols mean 'less than or equal to' and 'greater than or equal to' and are commonly used in algebra. In computer applications <= and >= are used.
Step-by-step explanation: