Answer:
There will be approx 283908 hits.
Step-by-step explanation:
A website had 342,000 hits in 2011.
This is a decline of 2.3% from the previous year.
Decline rate = 2.3% or 0.023
So, increase rate will be 
Time = 
We can calculate the answer as:

= 
= 283907.88 rounding to 283908.
Therefore, there will be approx 283908 hits.
Franck's answer is better (using ~), but I just wanted to point out that the conditional in yours is slightly redundant. It's easy to forget that, since you already have a boolean value, you don't need to perform a comparison in your conditional. So you could have just done this...
<span>if x
x = false;
else
x = true;
<span>end</span></span>
Answer:
d = -16
Step-by-step explanation:
Step 1: Write equation
89 = -5d + 9
Step 2: Solve for <em>d</em>
<u>Subtract 9 on both sides:</u> 80 = -5d
<u>Divide both sides by -5:</u> -16 = d
Step 3: Check
<em>Plug in x to verify if it's a solution.</em>
89 = -5(-16) + 9
89 = 80 + 9
89 = 89
Answer:
4 liter detergent
Step-by-step explanation:
7.99/4=1.9975
16.99/6.5=2.6138
Answer and Explanation:
Suppose Waheeda needs x more dollars.
Right now, she has $15. She needs x more, so we add x to 15. The end result we hope to have is $75. So, the equation is:
x + 15 = 75
To solve, we simply subtract 15 from both sides: x = 75 - 15 = 60
Thus, she still needs $60.
Hope this helps!