Answer:
15%
Step-by-step explanation:
Let c represent the regular price of the carpet.
Then:
sale price = regular price less discount
$374 = c - $66
Adding $66 to both sides isolates (solves for) c:
$374 + $66 = c = $440. This is the regular price.
$66
---------- = 0.15 This is the fraction of the regular price by
$440 which the regular price is reduced.
Then the percentage of this discount was 0.15(100%) = 15%
Answer:
6 which is none of your answers.
Are you sure your function is right?
Is value to plug in x=-8?
Step-by-step explanation:
To find the value of the function at x=-8, you replace x with -8 in the function.
g(x)=3(x+10)
g(-8)=3(-8+10)
g(-8)=3(2)
g(-8)=6
If the parent graph f(x) = x² is changed to f(x) = 2x², the vertex of the parabola will still remain (0, 0) because whenever the equation of a parabola is in the form y = ax², the vertex will always be (0, 0).
Now if <em>a</em> is a big number, the parabola will become narrower.
So it will stretch vertically and become narrower.
Answer:
40
Step-by-step explanation:
![\left[\begin{array}{ccc}a&b\\c&d\end{array}\right] = ad-bc](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da%26b%5C%5Cc%26d%5Cend%7Barray%7D%5Cright%5D%20%3D%20ad-bc)
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.