Answer:
Step-by-step explanation:
A motorcycle has an initial speed of u m/s. It accelerates to a speed of 1.2u in 10 seconds
V = U + at
1.2u = u + a*10
=> a = 0.02u
S= ut + (1/2)at²
Distance in 1st 10 secs
S = u(10) + (1/2)(0.02)(10)²
=> S = 10u + u
=> S = 11u m
Constant speed 1.2u for 15 secs
S = 1.2u * 15
=> S = 18u m
Total Distance Covered d = 11u + 18u = 29u m
Answer: h=25+m
Twenty five minutes of reading plus the math.
Complete the table? There is no table shown, but just add 25 to the values of m given to get h values, or take away 25 for given hs to get ms.
Answer:
The number is
students
Step-by-step explanation:
From the question we are told that
The population mean is
The standard deviation is 
The sample size is n = 2000
percentage of the would you expect to have a score between 250 and 305 is mathematically represented as

Generally

So


From the z table the value of 
and 


The percentage is 
The number of students that will get this score is


<span>char max(char number1, char *number2){
if (strcmp(number1, number2) > 0)
return number1;
else
return number2;
}</span>