Answer:
480
Step-by-step explanation:
I did the test and this is what it said in the review.
Answer:
The true among them are: B, C, E and F
Step-by-step explanation:
A is not true.
f(x) = x^x grows at of an order bigger than e^x
in fact f(x) = 4^x grows faster than e^x
B Is true... if p is growing more slowly than q then |x^p| < M|x^q| for all x> x0
C is true
D is not true.
f = O(h) and g = O(h)
fg = O(h^2)
E. Is true
F is true if |f(x) < M |g(x)| then |10 f(x)| < 10M |g(x)| and 10 M is a positive
Answer:
y=-5x+3
Step-by-step explanation:
Unless you just want to give money to the ice cream truck, for 0 items, you will pay 0.
Since the price of each item is $0.77, for one item you will pay $0.77. (Is that a surprise?)
Then for two items, you will pay $0.77 for each one, or $0.77 + 0.77 = $1.54. You can also compute this by making use of the fact that multiplication is a shortcut for repeated addition. The price can be found by $0.77×2 = $1.54 = f(2).
Similarly, for 3 items, you can add $0.77 three times: $0.77 + 0.77 + 0.77 = f(3), or you can use multiplication: $0.77×3 = $2.31 = f(3).
a) Our table looks like
(x, f(x))
(0, 0)
(1, 0.77)
(2, 1.54)
(3, 2.31)
b) By now, I'm sure you have realized that to find the price of x items, you multiply 0.77 by x.
f(x) = 0.77x