Linear equation problem for aptitude exam

84 Views Asked by At

This is a question that has been asked by my teacher who is helping me prepare for the Common Admission Test conducted in India for admission into postgraduate management programmes of Indian universities.

Question: If the boys of a class wear one shirt each, 4 shirts remain extra. If each boy wears 2 shirts each, two boys are left shirtless. How many boys are there in the class?

I know that the answer is 8 boys. I arrived at the answer by trial and error. But I want a definite approach which can help arrive at the right answer quickly.

2

There are 2 best solutions below

0
On BEST ANSWER

The number of boys : B

The number of Shirts : S

$$B + 4 = S$$ $$2(B-2) = S$$

Solve the system of equation $B - 8 = 0$

Therefore, B = 8.

3
On

Hint. If there are $B$ boys in the class the first condition says there are $B+4$ shirts.

Can you write the equation for the number of shirts that comes from the second condition? Then set those two expressions equal and solve for $B$.