document.write( "Question 997676: 6 kilos of oranges cost as much as 5 kilo of apples. 4 kilos of apples cost as much as 3 kilos of bananas. 2 kilos of bananas cost $2.40. What is the price of oranges per kilo? \n" ); document.write( "
Algebra.Com's Answer #803133 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
o = cost of 1 kilo of oranges
\n" ); document.write( "a = cost of 1 kilo of apples
\n" ); document.write( "b = cost of 1 kilo of bananas\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "6o = 5a
\n" ); document.write( "4a = 3b
\n" ); document.write( "2b = 2.4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Combine everything into one:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "48o = 40a = 30b = 2.4 * 15 = 36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "48o = 36
\n" ); document.write( "o = $0.75
\n" ); document.write( "
\n" );