<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>
Uhhhhhhh I don't really know look on quizlet
The equation y = x + 8 uses the slope intercept form
Remember that the slope intercept formula is:
y = mx + b
m is the slope
b is the y-intercept
In this case
y = 1x + 8
m = 1
y = x + 8
b = 8 OR y-intercept of this line is (0, 8)
You can plot the point (0, 8) on a graph. Then to find the next point you will rise up 1 and over right 1 (this is the slope). You can find another point after that by going down one and left one from the point (0, 8)
The graph should look like the one in the image below
Hope this helped! Let me know if you have any further questions
~Just a girl in love with Shawn Mendes
Answer:
a) 6 17/20
b) 10 31/60
Step-by-step explanation:
a) 9 2/20 - 2 1/4 = 137/20 = 6 17/20
b) 6 17/20 + 3 2/3 = 631/60 = 10 31/60
Answer:
Step-by-step explanation:
This is function composition. We will take the g function and plug it into the f function wherever we see an x. That will look like this when it's done but before it's simplified:
and that can be simplified down to

The domain of this function will be all real numbers EXCEPT for the one(s) that cause the denominator to become undefined. Set the denominator equal to 0 and solve for x:
5x - 4 = 0 so
5x = 4 and
x = 4/5
In other words, D = {x | x ≠ 4/5}