Answer:
No, Victoria doesn't have enough. She doesn't have enough because 15% off of 139.99 is 118.99. But then their is a 7% sales tax. So once you add the sales tax you get $127.32 and her max is $125.
Step-by-step explanation:
Answer:
The equation of the line is 5x + y + 19 = 0
Step-by-step explanation:
The equation of the line with slope 'm' and given a point (x₁, y₁) passing through it we use the Slope - one - point form which is given by:
y - y₁ = m(x - x₁)
The point given is: (-3, -4) and the slope is -5.
We get the equation of the line to be:
y - (-4) = -5(x - (-3))
⇒ y + 4 = -5(x + 3)
⇒ y + 4 = -5x - 15
⇒ 5x + y + 19 = 0. is the required equation of the line.
Answer:
1(29 + 29)= a
Step-by-step explanation:
If the DVD costs 29$, and he buys 2, then you will just add them and multiply them by one.
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>