document.write( "Question 571479: If there are 25 teachers and 485 students, what is the student to teacher ratio \n" ); document.write( "
Algebra.Com's Answer #368109 by ikdeep(226)\"\" \"About 
You can put this solution on YOUR website!
students = 485
\n" ); document.write( "teachers = 25\r
\n" ); document.write( "\n" ); document.write( "student::teacher
\n" ); document.write( "= 485/25
\n" ); document.write( "divide numerator and denominator by 5 and we get;
\n" ); document.write( "= 97/5
\n" ); document.write( "0r 97::5 = student to teacher ratio
\n" ); document.write( "
\n" );