The average speed of Dolly is 33.33kmph.
Average Speed:
The average speed is defined as the total distance travelled by the object in a particular interval of time. It can be calculated by dividing the total distance travelled by the total time taken.
So, Average Speed = total distance / total time
Here,
Let the total distance is 100 km.
Therefore, consider she will travel 60 km at speed of 60 kmph , 30 km at speed of 30 kmph and 10 km at speed of 10 kmph.
she will required times of 1 hour, 1hour and 1hour
So,
Average speed = 100 / (1 + 1 + 1)
=> 100 / 3 = 33.33
To know more about Average speed here
brainly.com/question/12322912
#SPJ4
I will be using the language C++. Given the problem specification, there are an large variety of solving the problem, ranging from simple addition, to more complicated bit testing and selection. But since the problem isn't exactly high performance or practical, I'll use simple addition. For a recursive function, you need to create a condition that will prevent further recursion, I'll use the condition of multiplying by 0. Also, you need to define what your recursion is.
To wit, consider the following math expression
f(m,k) = 0 if m = 0, otherwise f(m-1,k) + k
If you calculate f(0,k), you'll get 0 which is exactly what 0 * k is.
If you calculate f(1,k), you'll get 0 + k, which is exactly what 1 * k is.
So here's the function
int product(int m, int k)
{
if (m == 0) return 0;
return product(m-1,k) + k;
}
Answer:
8.212°
Step-by-step explanation:
Hypotenuse^2=base^2+perp^2
(8)^2=(7)^2+(perp)^2
64=49+(perp)^2
64/49=perp^2
1.306=perp^2
Now taking sq root on both sides
Perp=√1.306
Perp=1.142
Sin C=opposite/hypotenuse
Sin C=1.142/8
Sin C=0.14285
C=Sin^-1 0.14285
C=8.212°
Answer:
do 504 and 240÷2 and the answer is correct
3xy and 2yz ÷2