document.write( "Question 293823: There are two fruit stalls that are located on separate areas in the park. At the end of the day, the first stall sold 25 apples and 10 oranges for a total of 610 pesos. The second stall sold 13 apples and 18 oranges for a total of 506 pesos. Find how much one orange cost \n" ); document.write( "
Algebra.Com's Answer #212030 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 25a+10r=610 \n" ); document.write( "13a+18r=506 \n" ); document.write( "r=59/4= 14.75 pesos per orange \n" ); document.write( "a=37/2=18.50 pesos \n" ); document.write( " |