

InterviewSolution
Saved Bookmarks
1. |
p, q, r, s, t, are five numbers such that the average of p,q and r is 5 and that of s and t is 10. What is the average of all the five numbers ?A. 7.75B. 7.5C. 7D. 5 |
Answer» Correct Answer - C According to question `p+q+r=5xx3=15" ...(i)"` `s+t=10xx2=20" ...(ii)"` From equations (i) and (ii), p+q+r+s+t=15+20=35 Average p,q,r,s and `t=(35)/(5)=7` |
|