document.write( "Question 954434: Apples cost $0.60 and oranges cost $0.40 each. Jack bought 5 more apples than oranges, and he paid a total of $10.00. How many apples did he buy?\r
\n" ); document.write( "\n" ); document.write( "A - 12
\n" ); document.write( "B - 13
\n" ); document.write( "C - 11
\n" ); document.write( "D - 5
\n" ); document.write( "E - 24
\n" ); document.write( "

Algebra.Com's Answer #582909 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
A=apples; R=oranges=A-5
\n" ); document.write( "$0.60A+$0.40R=$10.00 Substitute for R.
\n" ); document.write( "$0.60A+$0.40(A-5)=$10.00
\n" ); document.write( "$0.60A+$0.40A-$2.00=$10.00 Add $2.00 to each side.
\n" ); document.write( "$1.00A=$12.00 Divide each side by $1.00.
\n" ); document.write( "A=12 ANSWER: Jack bought 12 apples. Choice A is correct.
\n" ); document.write( "CHECK:
\n" ); document.write( "R=A-5=12-5=7 Jack bought 7 oranges
\n" ); document.write( "$0.60A+$0.40R=$10.00
\n" ); document.write( "$0.60(12)+$0.40(7)=$10.00
\n" ); document.write( "$7.20+$2.80=$10.00
\n" ); document.write( "$10.00=$10.00
\n" ); document.write( "
\n" ); document.write( "
\n" );