document.write( "Question 1063447: A new elementary school is to have 50 faculty members. Some will be teachers and the rest will be aides. At this school, teachers a will earn an average of $20,000 a year and aides will earn an average of $12,000 a year. If the total amount spent is $896,000 on salaries, how many teachers and aides will there be? \n" ); document.write( "
Algebra.Com's Answer #678578 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let t be the amount of teachers. Then the amount of aides would be 50-t. So:
\n" ); document.write( "20000t+12000(50-t)=896000
\n" ); document.write( "20t+12(50-t)=896
\n" ); document.write( "8t=896-600=296
\n" ); document.write( "t=37
\n" ); document.write( "There will be 37 teachers and 13 aides. ☺☺☺
\n" ); document.write( "
\n" );