document.write( "Question 907573: in a class of 42 pupils 7 more pupils received b than a on a test and the number who had c was 3 times the number whop had a, find the number of pupils receiving each mark \n" ); document.write( "
Algebra.Com's Answer #550443 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
a=a
\n" ); document.write( "b=a+7
\n" ); document.write( "c=3a
\n" ); document.write( "----------
\n" ); document.write( "a+a+7+3a=42
\n" ); document.write( "5a=42-7
\n" ); document.write( "5a=35
\n" ); document.write( "a=35/5
\n" ); document.write( "a=7
\n" ); document.write( "a+7=14
\n" ); document.write( "3a=21
\n" ); document.write( "
\n" );