Answer: Slope = 3/4 | down 3 over 4
Step-by-step explanation: First I went into desmos graphing calc and then marked the two points (-20,-4) and on a seprete line marked (-12,-10) and then i took a ruler and put up to my screen to see if there was a simplified answer (ex: 2/4 = 1/2) there was not so I just went down to the y line of the 2nd dot which turned out to be 3 and then just counted over to the dot which was 4 units.
40,023,032 = 40,000,000 + 20,000 + 3,000 + 30 + 2
To find the answers, substitute the variables (letters) in the equation for the number on that line that corresponds to that letter, then solve with the equation.
Answer:
Quinn did not make a mistake. This is because everything she did is correct and also if we calculate the expression without doing anything she did, we see that she has the right answer.
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.