document.write( "Question 38958: A man bought two lots for the same price. He sold one at a profit of $3,000 and the other at a loss of $1,500, receiving twice as much for the first lot as for the second. What did each lot cost?\r
\n" );
document.write( "\n" );
document.write( "(this is not from a textbook) Thank You \n" );
document.write( "
Algebra.Com's Answer #24416 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Define variable: \n" ); document.write( "x = lot's cost \n" ); document.write( "p = price when sold \n" ); document.write( "Define equations: \n" ); document.write( "3000 = 2p - x \n" ); document.write( "-1500 = p - x \n" ); document.write( "Combine: \n" ); document.write( " \n" ); document.write( "+ \n" ); document.write( " \n" ); document.write( "= \n" ); document.write( " \n" ); document.write( "Price when sold is $4,500. Each lot cost him $6000. \n" ); document.write( " |