document.write( "Question 994708: If sugar cost 0.75$ for 250 ml how much would it cost for 355 ml of sugar ? \n" ); document.write( "
Algebra.Com's Answer #613720 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Set up a proportion... \n" ); document.write( ".75 is to 250 ml as x is to 355 ml...OR \n" ); document.write( ".75/250 = x/355 \n" ); document.write( "Now cross-multiply and solve for x: \n" ); document.write( "250x = .75(355) \n" ); document.write( "x = .75(355) / 250 = $1.065 \n" ); document.write( " |