1. 74%
2. 15%
3. 9%
4. 61.7%
5. 83.4%
Hope this helps
<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>
Answer:
((2a+b)/2 , a/2)
Step-by-step explanation:
The midpoint is the mean/average of both the x and y values.
Our x values are a+b and a
Our y values are a-b and b
The midpoint x value is (a+b + a ) /2 = (2a + b)/2
The midpoint y value is (a-b + b) /2 = (a)/2
The midpoint combines these two values to get ((2a+b)/2 , a/2) as our midpoint
let x =the number
Step-by-step explanation:
81+x=3x-39
group like terms
81+39=3x-x
120=2x
120/2=2x/2
60=x
therefore x =60
I think it’s line graph but I think I’m completely wrong-