The outlier would be shown as a dot so the answer is B. 45
The interquartile range is 28 - 18 = 10
A simple rule is that points more than 1.5xIRQ above or below the medians is an outlier and is shown as a point.
28 + 1.5x10 = 43. 45 is above this value.
Answer:
Blue splat
Step-by-step explanation:
Blue splat
Answer: 9x^4
Using the rules of exponents multiply the -3 times the -3 which equals 9 canceling out the negatives. Then you have that other ^2 but you also had the other one so you still have to keep it which equals that ^4.
Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
Answer:
25+38= 63
Step-by-step explanation:
Used a calculator.