Hi,
the dealership increased the price by %4., this means the we have to multiply the % times the price.
A. %4 in decimal will be 0.04
B. new price = $ 46 500 * 0.004 = $1860
new price = 46500 + 1860 . =$48360
Answer:
The volume is 418.93 ft^3
Step-by-step explanation:
Here, we want to find the volume of a cone
Mathematically, we use the formula;
V = 1/3 * pi * r^2 * h
r = 5 ft
h = 16 ft
Substituting these values;
V = 1/3 * 3.142 * 5^2 * 16
V = 418.93 ft^3
Answer:
$0.10/oz
Step-by-step explanation:
Unit rate simply means the amount per 1 unit of something.
In this case, we want to find the amount of money for 1 oz of something.
So, we divide 1.99 by 30 and divide 30 by 30 to get:
(1.99 / 30) / (30 / 30) = $0.0663 / 1 oz
Rounded to the nearest tenth, 0.0663 is about 0.1.
Thus, the answer is $0.10/oz.
Answer:
x is in the range [-1,4]
Step-by-step explanation:
I haven't worked with absolute value inequalities in awhile, but let's take a wack at this.
We are given the following inequality:
| 2x - 3 | <= 5
This implies two possible cases:
[1] -5 <= 2x -3
Or
[2] 2x - 3 <= 5
So let's solve x for both of these cases:
[1] -5 <= 2x - 3
-2 <= 2x
-1 <= x
[2] 2x - 3 <= 5
2x <= 8
x <= 4
So from these cases, we can say the following is true:
x >= -1 and x <= 4
Thus, we can write this in the form
-1 <= x <= 4
Or in interval notation:
{ x is element of reals | -1 <= x <= 4}
Also written as
x is in the range [-1,4]
Where the closed brackets represent 1 and 4 as possible answers whereas parenthesis would imply they were not.
Cheers.