document.write( "Question 293144: If \"k\" kilos of potatoes cost \"P\" pesos, find the cost in pesos of \"s\" grams of potatoes? \n" ); document.write( "
Algebra.Com's Answer #211612 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
(s*p)/(k*1000)
\n" ); document.write( "an example
\n" ); document.write( "5 kilos for 10 pesos.
\n" ); document.write( "10/5=2 pesos per kilo
\n" ); document.write( "p/k price per kilo
\n" ); document.write( "we want 500 grams
\n" ); document.write( "500/1000*2=1
\n" ); document.write( "s/1000*p/k=(s*p)/(k*1000)
\n" ); document.write( "500*10/5*1000=1
\n" ); document.write( "
\n" );