Answer:
a) linear. Cost per minute is a constant.
b) f(x) = 40 -0.15x
d) f(100) = 25. The remaining value is $25 after using 100 minutes.
Step-by-step explanation:
a) Since the cost per minute is a constant, the remaining dollar value of the phone decreases by the same amount for each minute used. The cost as a function of minutes used is a linear function with a constant rate of change.
__
b) The value starts at $40 and decreases by $0.15 for each increment of x (minutes used). The function can be written as ...
f(x) = 40 -0.15x
__
d) Put 100 where x is in the function definition and do the arithmetic.
f(100) = 40 -0.15×100 = 40 -15
f(100) = 25
According to the variable and function definitions, x=100 means 100 minutes have been used; f(x) = 25 means the remaining value of the phone is 25 dollars.
f(100) = 25 means the phone's remaining value is $25 when 100 minutes have been used.
Answer:
5 + 5y
Step-by-step explanation:
2 + y + y + y + y + y + 3
Combine like terms
2+3 + y + y + y + y + y
5 + 5y
Answer:
Hierarchical layers of abstraction in computers are used to hide information and manage deep functionality by allowing the separation to facilitate platform independence.
Step-by-step explanation:
Hierarchical layers of abstraction in computers:
Hierarchical layers of abstraction in computers are used to hide information and manage deep functionality by allowing the separation to facilitate platform independence.
In Hierarchical layers, users work independently at each level of the hierarchy.
example:
Abstraction in computing is language abstraction
Development of programming languages from machine language to assembly language and then high-level language is an example of Hierarchical layers of abstraction. Here each stage is a base for the next stage.