Answer:
Let's just call the number x. 3/8ths of x and 1 more equals 11.
As an equation, this basically means

Old - new is 1 so than after that it would be 1/5 than 1/5 x 100 = 20%
X(4*1) because I’m just doing what I’m told.
Answer:
53/100
Step-by-step explanation:
First, we convert the fraction to a decimal number by dividing the numerator by the denominator:
8 / 15 = 0.533
There are two parts to the decimal number above:
Integer Part: 0
Fractional Part: 533
Now, we will make the Fractional Part just two digits (nearest hundredth) by using our rounding rules.*
In this case, Rule I applies, so 8/15 (or 0.533) rounded to the nearest hundredth in decimal format is:
0.53
Next, we will make 8/15 rounded to the nearest hundredth in fraction format. Since you can divide our decimal format answer above by 1 and keep the same value, you can make it like this:
0.53 = 0.53/1
Then, we multiply the numerator and denominator by 100 to get rid of the decimal point:
(0.53 x 100) / (1 x 100) = 53/100
That's it. 8/15 rounded to the nearest hundredth is displayed below (simplified if necessary):
53/100
Answer:
f (x) = -2 (x + 6)^2 + 2
Step-by-step explanation:
f (x) = -2x^2 - 24x - 70 <--- divide out -2 out of the first two terms...
f (x) = -2 (x^2 + 12x) - 70 <-- divide the x coefficient by 2 and then square it, then add AND subtract it)
f (x) = -2 (x^2 + 12x + (12/2)^2 - (12/2)^2) - 70
f (x) = -2 (x^2 + 12x + 36 - 36) - 70 <--- distribute the -2 onto -36 to get it out of the brackets..
f (x) = -2 (x^2 + 12x + 36) + 72 - 70 <-- combine constants and factor perfect square trinomial...
f (x) = -2 (x + 6)^2 + 2 <-- standard form...