Answer:
area of square=l²
25sq.cm²=l²
l=5sq.cm
area of trapezium =(1/2)(a+b)h
a=5,b=(12+5)=17,h=5
area of trapezium=(1/2)(22)(5)
area=55cm²
Pls mark as brainliest
Answer:
9.75
Step-by-step explanation:
Answer:
Step-by-step explanation:
mean = sum of data / no of data
20 + 58 + 74 + 77 + 77 + 85 + 86 + 90 + 95 + 98 / 10
760 / 10
76
to find median u should arrange the data from ascending to descending order.
since the given data is already arranged u dont need to change.
median = (N + 1)/2 (N means no of data)
=10 + 1 / 2
=11 / 2
=5.5
= 5 th term + 6 th term /2
=77 + 85 /2
=162 / 2
=81
mode means most repeating number . so in this given data 77 is repeated two times while others occured just one times . so the mode of the given data is 77.
Mode = 77
Answer:
Step-by-step explanation:
The following code is written in Python. It is a function that takes in the number of miles as an argument and returns the number of laps that those miles represents.
def miles_to_laps(miles):
laps = miles / 0.25
return laps