document.write( "Question 1134559: the number of students in a lecture room is inversely proportional to the square root of the number of lectures in a class of 30 students
\n" );
document.write( "there were 25 lectures. what is the evaluation connecting the students and the lectures. find the number of lectures that will be involved when there were 50students \n" );
document.write( "
Algebra.Com's Answer #752076 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! s and l are variables \n" ); document.write( "s=k/sqrt(l) \n" ); document.write( "30=k/sqrt(25)=k/5 \n" ); document.write( "k=150\r \n" ); document.write( "\n" ); document.write( "use k in next part \n" ); document.write( "50=150/sqrt(l) \n" ); document.write( "sqrt(l)=3 \n" ); document.write( "l=9 lectures \n" ); document.write( " |