document.write( "Question 472776: Bob Brown bought two plots of land for a total of $110,000. On the first plot, he made a profit of 16%. On the second, he lost 4%. His total profit was $9600. How much did he pay for each piece of land?\r
\n" ); document.write( "\n" ); document.write( "How do I start this one?
\n" ); document.write( "I came up with .16x-.04y=$110,000
\n" ); document.write( ".16x-.04y+.04y=$110,000+.04y
\n" ); document.write( ".16x=$110,000+.04y
\n" ); document.write( "1/.016 .16x=$110,000+.04y/ by 1/.16\r
\n" ); document.write( "\n" ); document.write( "Help figure where I went wrong?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #324132 by monika_p(71)\"\" \"About 
You can put this solution on YOUR website!
x-price of first plot
\n" ); document.write( "y-price of second plot\r
\n" ); document.write( "\n" ); document.write( "x+y=110,000 from first sentnce
\n" ); document.write( ".16x-.04y=9600 from next sentences\r
\n" ); document.write( "\n" ); document.write( "now solve as system of 2 equations
\n" ); document.write( "x=110,000-y
\n" ); document.write( ".16(110,000-y)-.04y=9600
\n" ); document.write( "17600-.16y-.04y=9600
\n" ); document.write( "-0.2y=-8000
\n" ); document.write( "y=40,000
\n" ); document.write( "then x=110,000-40,000=70,000
\n" ); document.write( "
\n" );