document.write( "Question 294337: A cook bought some large and small eggs in the ratio 2:3. After preparing a meal, the ratio of the remaining large eggs to the remaining small eggs is 5:2. Half of the large eggs and 260 of the small eggs were used. What was the total number of eggs she bought from the market? \n" ); document.write( "
Algebra.Com's Answer #212259 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! l/s=2/3 \n" ); document.write( "a=l/2 \n" ); document.write( "b=260 \n" ); document.write( "(l-l/2)/(s-260)=5/2 \n" ); document.write( "l=200 s=300 brought from market \n" ); document.write( "check \n" ); document.write( "used 100 large and 260 small \n" ); document.write( "leaving 100 large and 40 small \n" ); document.write( "100/40=5/2 \n" ); document.write( "200/300=2/3 \n" ); document.write( "ok \n" ); document.write( " |