The point
is on the graph of the equation.
Explanation:
The equation is 
We need to determine the point
is on the graph.
To determine the point
is on the graph, we need to substitute the point in the equation and find whether the LHS is equal to RHS.
Thus, substituting the point
in the equation
, we get,

Multiplying the terms within the bracket, we have,

Adding the LHS, we have,

Thus, both sides of the equation are equal.
Hence, the point
is on the graph of the equation 
Answer:
92 dB
Step-by-step explanation:
Use the mean formula, mean = sum of elements / number of elements.
Since it is a 8 hour work day, there are 8 elements.
mean = sum of elements / number of elements
mean = (98 + 98 + 98 + 98 + 98 + 82 + 82 + 82) / 8
mean = 736 / 8
mean = 92
So, the average noise level is 92 dB
<span>5^2 + 10^2 = 125
c^2 = 125
c = √125 = √(25•5) = = 5√5</span>
Surface area of the pyramid= 4*(area of the triangle) + area of the square
Area of the triangle = (1/2)*base*height=(1/2)*5*5= 25/2 in²
Area of the square = 5*5 =25 in²
Surface area of the pyramid = 4*(25/2) + 25=2*25 + 25=75 in²
Answer:
<u>Residue</u>
Step-by-step explanation:
Let a and b be integers. We define a mod b to be the residue of dividing a by b. For example, if a evenly divides b, then a mod b=0, 20 mod 6= 2. The modulus operator is widely used in programming, and it is convenient when a and b are large numbers.
a mod b is always a nonnegative integer. In fact, 0≤ a mod b≤ |b-1| by the division algorithm. a and b can also be negative integers. Since 8=-(-5)+3 then 8 mod -5= 3.
As a final example, some known properties can be rewritten in terms of mod. a mod 2=0 if and only if a is even. a mod 2=1 if and only if a is odd.