document.write( "Question 970487: if john buy 15 oranges for $6, then how many can he buy for $10? \n" ); document.write( "
Algebra.Com's Answer #593107 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! if john buy 15 oranges for $6, then how many can he buy for $10? \n" ); document.write( "let x=number of oranges john can buy for $10 \n" ); document.write( " \n" ); document.write( "6x=150 \n" ); document.write( "x=25 \n" ); document.write( "how many oranges can john buy for $10? 25 \n" ); document.write( " |