document.write( "Question 1116918: Hi
\n" );
document.write( "a fruiterer had 420 apples and oranges. There were 24 more apples than oranges. He sold 60 applesand bought some oranges.he then had half as many apples as oranges. How many oranges did he buy.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #731852 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let a = no. of apples \n" ); document.write( "let r = no. of oranges \n" ); document.write( ": \n" ); document.write( "a fruiterer had 420 apples and oranges. \n" ); document.write( "a + r = 420 \n" ); document.write( " There were 24 more apples than oranges. \n" ); document.write( "a = r + 24 \n" ); document.write( "find the number oranges originally, in the first equation, replace a with (r+24) \n" ); document.write( "(r+24) + r = 420 \n" ); document.write( "2r = 420 - 24 \n" ); document.write( "2r = 396 \n" ); document.write( "r = 396/2 \n" ); document.write( "r = 198 oranges \n" ); document.write( "then \n" ); document.write( "a = 198 + 24 \n" ); document.write( "a = 222 apples \n" ); document.write( ": \n" ); document.write( " He sold 60 apples and bought some oranges. \n" ); document.write( " he then had half as many apples as oranges. \n" ); document.write( "let x = no. of oranges bought \n" ); document.write( "therefore \n" ); document.write( "222 - 60 = \n" ); document.write( "162 = \n" ); document.write( "multiply both sides by 2 \n" ); document.write( "2 * 162 = 198 + x \n" ); document.write( "324 = 198 + x \n" ); document.write( "324 - 198 = x \n" ); document.write( "x = 126 oranges bought\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |