document.write( "Question 318224: In a college there are 13 times as many students as professors. If together the students and professors number 28,000, how many students are there in the college \n" ); document.write( "
Algebra.Com's Answer #227778 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the professors be x
\n" ); document.write( "students will be 13x
\n" ); document.write( "..
\n" ); document.write( "x+13x=28000
\n" ); document.write( "14x=28000
\n" ); document.write( "x=2000 the number of professors
\n" ); document.write( "..
\n" ); document.write( "26000 students
\n" ); document.write( "
\n" );