<span><span>DO use multiplication sign '*' (the STAR) symbol. For the simplifier, xy is NOT the same as x*y or yx. Simplifier thinks that xy is a separate variable. Good example: x*y-y*(x+2). Bad example: xy-y(x+2).</span>DO use '*' when multiplying a variable by an expression in parentheses: x*(x+2). Otherwise, my simplifier will think that you are trying to use a function and will become confused.Use parentheses liberally to avoid any ambiguity. (x+y)/(x-y) is NOT the same as x+y/x-y. x+y/x-y means x+(y/x)-y.</span>Operations<span>Use '*' (STAR) for multiplication. 2*3 is legal, 2x3 will be misunderstood.Use '^' (CARET) for power. 2^3 means 2 to degree of 3, or 8.Use '/' (FORWARD SLASH) for divisionOnly '(' and ')' (parentheses) are allowed for grouping terms. Curly or square brackets are used for other purposes.</span>
Operation priority: + and - have lowest priority, * and / h
Good Examplesx*y-x*(y+2) <-- '*' is used for multiplications
a^b*3 <-- means (a to the degree of b) multiplied by 3
Bad examples<span>xy-yx <-- variable xy and variable yx are different variables
y(x-2) <-- simplifier will think that it is function y of x-2.</span>
Ok
y=-0.04x^2+8.3x+4.3
when the rocket reaches the ground (when height=0, ie when y=0), then the rocket will land, find the x coordinate
set y=0
0=-0.04x^2+8.3x+4.3
use quadratic formula
if you have ax^2+bx+c=0, then
x=

a=-0.04
b=8.3
c=4.3
x=

x=208.017 or -0.516785
xrepresents horizontal distance
you cannot have a negative horizontal distance unless you fired and theh wind blew it backwards
therefor x=280.017 is the answer
208.02 m
9514 1404 393
Answer:
$222,822.57
Step-by-step explanation:
The account balance is given by ...
A = P·e^(rt)
where P is the principal invested at interest rate r for t years.
A = $25,000×e^(0.0875·25) ≈ $222,822.57
I just looked it up and it said it is 180