Answer:
D
Step-by-step explanation:
sum of ratio=2+3=5
Mpho gets=3/5×20=12
Answer:
The true statements are:
B. Interquartile ranges are not significantly impacted by outliers
C. Lower and upper quartiles are needed to find the interquartile range
E. The data values should be listed in order before trying to find the interquartile range
Step-by-step explanation:
The interquartile range is the difference between the first and third quartiles
Steps to find the interquartile range:
- Put the numbers in order
- Find the median Place parentheses around the numbers before and after the median
- Find Q1 and Q3 which are the medians of the data before and after the median of all data
- Subtract Q1 from Q3 to find the interquartile range
The interquartile range is not sensitive to outliers
Now let us find the true statements
A. Subtract the lowest and highest values to find the interquartile range ⇒ NOT true (<em>because the interquartial range is the difference between the lower and upper quartiles</em>)
B. Interquartile ranges are not significantly impacted by outliers ⇒ True <em>(because it does not depends on the smallest and largest data)</em>
<em />
C. Lower and upper quartiles are needed to find the interquartile range ⇒ True <em>(because IQR = Q3 - Q2)</em>
<em />
D. A small interquartile range means the data is spread far away from the median ⇒ NOT true (<em>because a small interquartile means data is not spread far away from the median</em>)
E. The data values should be listed in order before trying to find the interquartile range ⇒ True <em>(because we can find the interquartial range by finding the values of the upper and lower quartiles)</em>
Answer:
A.) The function is Nonlinear
Step-by-step explanation:
a function is a bunch of ordered pairs of things (in our case the things will be numbers, but they can be otherwise), with the property that the first members of the pairs are all different from one another. A function is an equation that has only one answer for y for every x. A function assigns exactly one output to each input of a specified type. It is common to name a function either f(x) or g(x) instead of y. f(2) means that we should find the value of our function when x equals 2. Functions are used because of following reasons – a) To improve the readability of code. b) Improves the reusability of the code, same function can be used in any program rather than writing the same code from scratch. c) Debugging of the code would be easier if you use functions, as errors are easy to be traced. In mathematics and science, a nonlinear system is a system in which the change of the output is not proportional to the change of the input. Nonlinear problems are of interest to engineers, biologists, physicists, mathematicians, and many other scientists because most systems are inherently nonlinear in nature. Material nonlinearity involves the nonlinear behavior of a material based on a current deformation, deformation history, rate of deformation, temperature, pressure, and so on. Examples of nonlinear material models are large strain (visco) elasto-plasticity and hyperelasticity (rubber and plastic materials). also nonlinear. adjective. If you describe something as non-linear, you mean that it does not progress or develop smoothly from one stage to the next in a logical way. Instead, it makes sudden changes, or seems to develop in different directions at the same time.
Example: Solve the linear equation 3x+9 = 2x + 18.
Example: Solve the nonlinear equation x+2y = 1 and x = y.