Answer:
The class 35 - 40 has maximum frequency. So, it is the modal class.
From the given data,








MODE
- Most precisely, mode is that value of the variable at which the concentration of the data is maximum.
MODAL CLASS
- In a frequency distribution the class having maximum frequency is called the modal class.


Where,







Step-by-step explanation:
such a scale factor applies to all sides and lines.
we see that DE is 12 units, and AB is 4 units.
so,
12×f = 4
f = 4/12 = 1/3 is the scale factor
control : check the other side
FE = 6 units
6 × 1/3 = 2
so, the corresponding side in the small triangle must be 2 units long.
and indeed, CB is 2 units long. all correct.
Answer:
The period of the
function is
. Then three times this period is
.
Step-by-step explanation:
Using Mathematica you can use the command Plot as follows:
```
Plot[Sin[x], {x,0,6Pi}]
```
The output is the graph shown below.
Answer:
x-intercept(s): (-2, 0), (6, 0)
y-intercept(s): (0, -6)
Step-by-step explanation:
An x-intercept represents the point(s) at which the parabola intersects the x axis. A parabola can have 0, 1, or 2 x-intercepts.
A y-intercept represents the point at which the parabola intersects the y axis. A parabola always has exactly 1 y-intercept.
Hope it helps :) and let me know if you're still confused.