Answer:
<u>Option 3: 0 ≤ x ≤ ∞ </u>
Step-by-step explanation:
The domain of a function is the set of all possible x values for the function.
The given function is y = √x
The domain for the square root function should be : x ≥ 0
So, the domain = [0,∞)
Or, it can be written as inequality
So, 0 ≤ x ≤ ∞
So, the answer is option 3.
What graph i dont see a graph in this question
Answer:
Allen sold 50 cell phones while Kay sold 67 cell phones.
Step-by-step explanation:
Let the number of cell phones sold by Allen be x. This will imply that the number of cell phones sold by Kay is x + 17.
Furthermore, we are informed that together they sold a total of 117 cell phones. Therefore, we use the following equation to determine the number of cell phones sold by each;
x + x + 17 = 117
2x + 17 = 117
2x = 100
x = 50
Therefore, Allen sold 50 cell phones while Kay sold 67 cell phones.
Answer:
65R3
Step-by-step explanation:
260/4 is a whole number, so then there would be a remainder 3. The only one with a r3 is D.
Hope this helps :D
Answer:
age<-c(20,30,40)
names(age)<-c ("ELI", "ALI", "JON")age
## ELI ALI JON
## 20 30 40
Step-by-step explanation:
The above given vector named age consists of three elements. Each element consists of ages of three people, ELI, ALI and JON, such that 20 corresponds to ELI, 30 to ALI and 40 to JON.