document.write( "Question 1073843: At a fruit stand Rajendra can purchase 3 apples and one orange for the same price as five apples the price of the orange is $0.84 what is the price in dollars of each apple \n" ); document.write( "
Algebra.Com's Answer #688624 by addingup(3677) You can put this solution on YOUR website! Let the apples be x \n" ); document.write( "3x+0.84 = 5x \n" ); document.write( "0.84 = 2x \n" ); document.write( "x = 0.42 this is the cost of each apple. \n" ); document.write( " |