This is a middle school problem that my nephew got, the teacher asked to solve it without using proportions:
The $\frac23$ of boys and the $\frac34$ of girls have passed an exam. Knowing that the number of boys enrolled in the exam is three times the number of girls, do we have enough information to calculate the percentage of the group that have passed the exam? [$68.75\%$]
That's how I solved it:
$x =$ number of boys
$y =$ number of girls
We know that $x = 3y$, so the total of students that enrolled in the exam is $4y$.
To calculate the number of students that have passed the exam:$$\left(\frac23\right)\times3y + \left(\frac34\right)\times y = \left(\frac{11}4\right)\times y$$ This is the number of students that have passed the exam related to the number of girls. To calculate the percentage related to the number of boys $+$ girls: $$\frac{\left(\frac{11}4\right)\times y}{4y} = 0.6875 = 68.75\%$$ But to calculate it I have used proportions. Is it even possible to get $68.75\%$ without using proportions?