document.write( "Question 978841: a 150ml bottle contains 225 mg of medicine,
\n" );
document.write( "how many mg in 1ml\r
\n" );
document.write( "\n" );
document.write( "How do i work this out?? \n" );
document.write( "
Algebra.Com's Answer #600198 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Divide both parts by 150 since you want the \"150 mL\" to turn into \"1 mL\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "150/150 = 1 mL\r \n" ); document.write( "\n" ); document.write( "225/150 = 1.5 mg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 1.5 mg of medicine in 1 mL. \n" ); document.write( " |