There are two baskets, one of each contains only apples and the other contains only oranges.
Assume that the means of the weight of the apples and the oranges are a and b , respectively; and the mean of the weight of both apples and oranges is c .
It's given that:
a = b
2 a + b = c
Which of the following is true about the number of apples and oranges, using the information given?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
An orange and an apple might have different weights, so the respective average of them can vary,
The average weight of n apples
n a 1 + a 2 + a 3 + . . . . a n = a
The average weight of m oranges
m o 1 + o 2 + o 3 + . . . . o m = b
Given that, 2 a + b = c and m + n ( a 1 + a 2 + a 3 + . . . . a n ) + ( o 1 + o 2 + o 3 + . . . . o m ) = c
m + n ( a 1 + a 2 + a 3 + . . . . a n ) + ( o 1 + o 2 + o 3 + . . . . o m ) = 2 a + b
m + n a n + b m = 2 a + b
2 ( a n + b m ) = ( a + b ) ( m + n )
If m = n
2 m ( a + b ) = 2 m ( a + b ) , the equation satisfies.
Problem Loading...
Note Loading...
Set Loading...
Say there are A apples and B oranges. Using the given mean weights, we can express the total weight of fruit in two different ways: a A + b B = c ( A + B )
Substituting for c , a A + b B 2 a A + 2 b B 2 a A + 2 b B 0 0 = 2 a + b ⋅ ( A + B ) = ( a + b ) ( A + B ) = a A + a B + b A + b B = a A − a B − b A + b B = ( a − b ) ( A − B )
From this last factorisation, we conclude that either a = b or A = B . Since we're told a = b , it must be the case that A = B ; that is there are the same number of apples as oranges.