document.write( "Question 1039347: a man bought some apples for $5 per apple. he bought the same number of banana s for $2 per banana. he sold the apples at the profit of 20 % and banana s for the loss 5%,but still made an overall profit of $360 after selling the all the fruits.what is the number of apples he bought and sold \n" ); document.write( "
Algebra.Com's Answer #654069 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+n+\" = number of either apples or bananas
\n" ); document.write( "----------------
\n" ); document.write( "His profit from selling \"+n+\" apples is:
\n" ); document.write( "\"++.2%2A5n+=+n+\"
\n" ); document.write( "His loss from selling \"+n+\" bananas is:
\n" ); document.write( "\"+-.05%2A2n+=+-.1n+\"
\n" ); document.write( "---------------------
\n" ); document.write( "\"+n+-+.1n+=+360+\"
\n" ); document.write( "\"+.9n+=+360+\"
\n" ); document.write( "\"+n+=+400+\"
\n" ); document.write( "He bought and sold 400 apples
\n" ); document.write( "
\n" );