abhinavvisen
I solved, if x+1 cylinder increases 1.1y power of the engine so 1 cylinder have 1.1y/x+1 power
Where x is the no. of initial cylinder and y is the initial power of engine.
so, 9 cylinder will have 1.1y*9/x+1 and 12 cylinder will have 1.1y*12/x+1
Upon taking the ratio, it will become 9/12 =3/4=0.75
Bunuel Is this way of approaching question is right? or it is just the coincidence which may lead to error in approaching other similar type of questions?
Your approach happens to give the same numerical result, but it’s based on an incorrect assumption, so it’s a coincidence.
The problem states that
each additional cylinder increases power by 10%, meaning the increase is
multiplicative, not linear. So you multiply by 1.1 for every added cylinder, not add a fixed fraction of total power.
In other words, power grows as:
1-cylinder power * (1.1)^(number of added cylinders).
That’s why the correct ratio is (1)/(1.1^3) = 0.75.
Your method treats the relationship as directly proportional (linear), which works only here by coincidence but would fail for any case involving repeated percentage increases.
Please study the discussion above for more.