InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    The average of six numbers is x and the average of three of these is y. If the average of the remaining three is z, then (a) x = y + z (b) 2x = y + z (c) x = 2y + 2z (d) x = y + 2z | 
                            
| 
                                   
Answer»  Answer is: (b) 2x = y + z Sum of six numbers = 6x Sum of three of these 6 numbers = 3y Sum of remaining three numbers = 3z ∴ 3y + 3z = 6x ⇒ 2x = y + z  | 
                            |