Answer:
Correct Answer
Step-by-step explanation:
Mark as brainliest now NOW!
Median is the middle number
60, 60, 65, 70, 70, 85, 90
70 is your median
mode is the number(s) that show up the most
60 and 70 is your mode, since they show up twice (one more than the others)
Range is largest number minus the smallest
90 - 60 = 30, 30 is your range
Mean is all the numbers added together divided by the number of numbers there are
60 + 90 + 65 + 70 + 70 + 85 + 60 = 500
500/7 = 71.42
Mean = 71.42
hope this helps
Answer:
C
Step-by-step explanation:
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
A) Find KM∠KEM is a right angle hence ΔKEM is a right angled triangle Using Pythogoras' theorem where the square of hypotenuse is equal to the sum of the squares of the adjacent sides we can answer the
KM² = KE² + ME²KM² = 8² + (3√5)² = 64 + 9x5KM = √109KM = 10.44
b)Find LMThe ratio of LM:KN is 3:5 hence if we take the length of one unit as xlength of LM is 3xand the length of KN is 5x ∠K and ∠N are equal making it a isosceles trapezoid. A line from L that cuts KN perpendicularly at D makes KE = DN
KN = LM + 2x 2x = KE + DN2x = 8+8x = 8LM = 3x = 3*8 = 24
c)Find KN Since ∠K and ∠N are equal, when we take the 2 triangles KEM and LDN, they both have the same height ME = LD.
∠K = ∠N Hence KE = DN the distance ED = LMhence KN = KE + ED + DN since ED = LM = 24and KE + DN = 16KN = 16 + 24 = 40
d)Find area KLMNArea of trapezium can be calculated using the formula below Area = 1/2 x perpendicular height between parallel lines x (sum of the parallel sides)substituting values into the general equationArea = 1/2 * ME * (KN+ LM) = 1/2 * 3√5 * (40 + 24) = 1/2 * 3√5 * 64 = 3 x 2.23 * 32 = 214.66 units²