document.write( "Question 1138117: There are 363 students at meadowbrook high school. There are 10 more freshman than sophomores, 20 more juniors than sophomores, and seven more seniors than freshman. How many seniors are there at the school? \n" ); document.write( "
Algebra.Com's Answer #756014 by VFBundy(438)\"\" \"About 
You can put this solution on YOUR website!
Seniors = x
\n" ); document.write( "Juniors = ((x - 7) - 10) + 20
\n" ); document.write( "Sophomores = (x - 7) - 10
\n" ); document.write( "Freshmen = x - 7
\n" ); document.write( "
\n" ); document.write( "(x) + (((x - 7) - 10) + 20) + ((x - 7) - 10) + (x - 7) = 363
\n" ); document.write( "
\n" ); document.write( "(x) + (x + 3) + (x - 17) + (x - 7) = 363
\n" ); document.write( "
\n" ); document.write( "4x - 21 = 363
\n" ); document.write( "
\n" ); document.write( "4x = 384
\n" ); document.write( "
\n" ); document.write( "x = 96
\n" ); document.write( "
\n" ); document.write( "Seniors = x = 96
\n" ); document.write( "
\n" ); document.write( "Double-check:
\n" ); document.write( "
\n" ); document.write( "Seniors = x = 96
\n" ); document.write( "Juniors = ((x - 7) - 10) + 20 = 99
\n" ); document.write( "Sophomores = (x - 7) - 10 = 79
\n" ); document.write( "Freshmen = x - 7 = 89
\n" ); document.write( "
\n" ); document.write( "\"There are 363 students at meadowbrook high school\":
\n" ); document.write( "96 + 99 + 79 + 89 = 363
\n" ); document.write( "
\n" ); document.write( "\"There are 10 more freshmen than sophomores\":
\n" ); document.write( "89 freshmen - 79 sophomores = 10 more freshmen
\n" ); document.write( "
\n" ); document.write( "\"20 more juniors than sophomores\":
\n" ); document.write( "99 juniors - 79 sophomores = 20 more juniors
\n" ); document.write( "
\n" ); document.write( "\"Seven (7) more seniors than freshman\":
\n" ); document.write( "96 seniors - 89 freshmen = 7 more seniors
\n" ); document.write( "
\n" );