<span>Saul
works at the local car dealership.
=> He makes 2% commission on all sales.
=> He sells a car worth $20,000.
Question: What is his commission
=> We need to get the 2% value of 20 000 dollars for his commission. To do
that simply convert 2% into decimal value then multiply it with 20 000 dollars.
=> 2% / 100% = 0.02
=> 20 000 * .02 = 400 dollars is his commission.</span>
Answer:
3x - y = 1
Step-by-step explanation:
This will be the same equation written in a different way'
The original equation is:
y = 3x - 1
0 = 3x - y - 1
3x - y = 1.
The cost of Tulip and Roses are 1500LL and 2500LL respectively
If the difference is always -4.5, then it is always -4.5 times something, so that it changes -4.5 ever 1 number. This means that our equation is y=-4.5x. From there, we can add any constant, as it will not change the difference. I will leave that up to you to pick, so the equation is y=-4.5x+C, where C is any real number.
Hope this helps!
There are no algebraic methods for finding solutions to a general mix of exponential and polynomial terms. A graphing calculator can be helpful.
This equation has 3 real solutions, approximately ...
x ∈ {-0.802246431546, 1.51677641228, 7.17475582739}
_____
In the folder "iteration for solutions" is an equation for Newton's method iteration, essentially, ...
g(x) = x -f(x)/f'(x)
where f(x) is defined as shown in the picture.
Many graphing calculators can compute a numerical derivative, so you can essentially write the formula in this form without having to do the derivative-taking yourself. This calculator is nicely interactive, so the iteration result is produced at the same time the argument for g(x) is entered. Essentially, you write the answer by copying the answer using the 4-digit zero-crossing values shown on the graph as the iteration starting point.