Answer:
B
Step-by-step explanation:
Yes this is a function only one x assign to only 1 y value not multiple. This is in fact a absolute value function. Also it passes the vertical line test.
Division of two quantities is expressed as the quotient of those two quantities.
The word quotient is derived from the Latin language. It is from the Latin word "quotiens" which means "how many times." A quotient is the answer to a divisional problem. A divisional problem describes how many times a number will go into another. The first time that this word was known to have been used in mathematics was around 1400 - 1500 AD in England.
There are two different ways to find the quotient of two numbers. One of them is through Fractions. The quotient of a fraction is the number obtained when the fraction is simplified. The other way to find a quotient is by employing the long division method where the quotient value is positioned above the divisor and dividend.
For b on the first paper you will start with the distribution property and multiply both x and 2 by 3 because they are in the ()
now you have 3x+ 6=x-18
from here you can subtract x from both sides
2x+6=-18
next subtract 6 from both sides
2x=-24
divide both sides by 2...
x=-12
hope this helped
Answer:
x<2
put a circle (unsahded) on number 2 and a line on all the sides to the left of 2 , like through 1, 0 , -1 ....
Step-by-step explanation:
4x<8
divide by 4
x<2
Operations are performed according to the Order of Operations. Sometimes the mnemonic PEMDAS or BIDMAS is used to remind you what the order is.
P/B - parentheses/brackets. The content of these is evaluated first.
E/I - exponents/indices. Exponentiation is done first, right to left: a^b^c = a^(b^c).
MD/DM - multiplication and division are done in order of appearance, left to right. Each has equal priority, neither is done before the other unless it appears in the expression first. a/bc = (a/b)c. ab/c = (ab)/c
AS - addition and subtraction are done in order of appearance, left to right. Each has equal priority.
_____
When functions are involved (sin( ), log( ), sqrt( ), for example), their arguments are evaluated according to the order of operations, then the function is evaluated, then the remainder of the operations are performed. For example, sin(a)^2 = (sin(a))^2. Sometimes, this is written sin^2(a).
When functions are written without parentheses around their arguments, it must be assumed that the function only applies to the first entity following the function name. log ab+c/d = (log(a)*b)+(c/d), for example, or √3x = (√3)x.