document.write( "Question 249989: An apple costs the same as 2oranges. Together, an orange and a banana cost .10 more than an apple. Two oranges cost .15 more than a banana. what is the cost for one of each fruit? \n" ); document.write( "
Algebra.Com's Answer #181993 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! A = cost of an apple \n" ); document.write( "O = cost of an orange \n" ); document.write( "B = cost of a banana \n" ); document.write( ". \n" ); document.write( "The apple costs the same as 2 oranges... \n" ); document.write( "A = 2*O \n" ); document.write( "or \n" ); document.write( "O = A/2 \n" ); document.write( ". \n" ); document.write( "An orange and a banana costs 10 cents more than an apple... \n" ); document.write( "A + 10 = O + B \n" ); document.write( "so \n" ); document.write( "A = O + B - 10 \n" ); document.write( "and \n" ); document.write( "O = A + 10 - B \n" ); document.write( "and \n" ); document.write( "B = A + 10 - O \n" ); document.write( ". \n" ); document.write( "Two oranges cost 15 cents more than a banana \n" ); document.write( "2*O = B + 15 \n" ); document.write( "so \n" ); document.write( "O = (B+15)/2 \n" ); document.write( "and \n" ); document.write( "B = 2*O - 15 \n" ); document.write( ". \n" ); document.write( "Now we solve these equations. \n" ); document.write( "The key strategy is to get all of the costs in terms of the same fruit... \n" ); document.write( "Since we have 3 equations that can be defined in terms of O, we can start with that. \n" ); document.write( ". \n" ); document.write( "O = A/2 \n" ); document.write( "O = A + 10 - B \n" ); document.write( "O = (B+15)/2 \n" ); document.write( ". \n" ); document.write( "If a=b and b=c, then a=c. So we know: \n" ); document.write( "A/2 = A+10 - B \n" ); document.write( "A = 2A + 20 - 2B \n" ); document.write( "2B = A + 20 \n" ); document.write( ". \n" ); document.write( "A/2 = (B+15)/2 \n" ); document.write( "A = B+15 \n" ); document.write( "B = A - 15 \n" ); document.write( "2B = 2A - 30 \n" ); document.write( ". \n" ); document.write( "A+20 = 2A - 30 \n" ); document.write( ". \n" ); document.write( "A = 50 \n" ); document.write( ". \n" ); document.write( "Using A = 50 cents, we are able to find the other values by substituting back into the original equations. \n" ); document.write( ". \n" ); document.write( "A = 2*O \n" ); document.write( "so \n" ); document.write( "O = 25 \n" ); document.write( ". \n" ); document.write( "B = A + 10 - O \n" ); document.write( "B = 50 + 10 - 25 \n" ); document.write( "B = 35 \n" ); document.write( ". \n" ); document.write( "Substituting back into the initial equations, we are able to check these values. \n" ); document.write( ". \n" ); document.write( "The apple costs the same as 2 oranges... \n" ); document.write( "This statement was used to calculate the value of the oranges, so of course it checks. \n" ); document.write( ". \n" ); document.write( "An orange and a banana costs 10 cents more than an apple... \n" ); document.write( "O + B = 25 + 35 = 60 \n" ); document.write( "That is 10 cents more than an apple, so it checks. \n" ); document.write( ". \n" ); document.write( "Two oranges cost 15 cents more than a banana \n" ); document.write( "2*25 = 50, which is 15 cents more than a banaa. \n" ); document.write( ". \n" ); document.write( "These all check. \n" ); document.write( "So we can conclude that in this case: \n" ); document.write( "Apples cost 50 cents. \n" ); document.write( "Oranges cost 25 cents. \n" ); document.write( "Bananas cost 35 cents. \n" ); document.write( ", \n" ); document.write( "Done \n" ); document.write( " |