document.write( "Question 1210397: Andrew bought some apples and pears. The ratio of the number of apples bought to the number of pears bought was 7:4. He spent $61.20. He paid $22.80 more for the apples than the pears. Each apple was $0.30 more than each pears.
\n" );
document.write( "(a) How much did he spend on the pears?
\n" );
document.write( "(b) How many pears did he buy? \n" );
document.write( "
Algebra.Com's Answer #852209 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are many ways you could set up this problem for solving. I looked briefly at a few different ways before choosing a method that looked as if it would be relatively easy. I would hope that other tutors might come to you with different solutions. \n" ); document.write( "He spent a total of $61.20; and he spent $22.80 more for the apples than for the pears. \n" ); document.write( "let a = cost of the apples \n" ); document.write( "let p = cost of the pears \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Solve the pair of equations by adding the two equations to solve for a and then use that number to find p. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The total cost of the apples was $42; the total cost of the pears was $19.20. \n" ); document.write( "The ratio of the number of apples to the number of pears was 7:4. So \n" ); document.write( "let 7x = number of apples \n" ); document.write( "then 4x = number of pears \n" ); document.write( "Find the cost of x apples and the cost of x pears: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The cost of x apples is $6. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The cost of x pears is $4.80. \n" ); document.write( "The cost of x apples is $6 - $4.80 = $1.20 more than the cost of x pears. Each apple costs $0.30 more than each pear, so x = $1.20/$0.30 = 4. \n" ); document.write( "The cost of x=4 apples is $6, so the cost of each apple is $6/4 = $1.50. \n" ); document.write( "The cost of x=4 pears is $4.80, so the cost of each pear is $4.80/4 = $1.20. \n" ); document.write( "Check the results we have with the original given information: \n" ); document.write( "He bought 7x = 28 apples at $1.50 each for a total of 28($1.50) = $42.00. \n" ); document.write( "He bought 4x = 16 pears at $1.20 each for a total of 16($1.20) = $19.20. \n" ); document.write( "The total he spent was $42.00+$19.20 = $61.20. \n" ); document.write( "Looks good. Now answer the questions that were asked. \n" ); document.write( "(a) How much did he spend on the pears? \n" ); document.write( "ANSWER: $19.20 \n" ); document.write( "(b) How many pears did he buy? \n" ); document.write( "ANSWER: 16 \n" ); document.write( " \n" ); document.write( " |