document.write( "Question 217110: Cory buys and sells baseball cards on ebay. He always buys at the same price and then sells the cards for $2 more than he buys them. One month he broke even
\n" );
document.write( "after buying 56 cards and selling 49. Find his buying price and selling price.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #163746 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Cory buys and sells baseball cards on ebay. He always buys at the same price \n" ); document.write( " and then sells the cards for $2 more than he buys them. \n" ); document.write( "One month he broke even after buying 56 cards and selling 49. \n" ); document.write( " Find his buying price and selling price. \n" ); document.write( ": \n" ); document.write( "Let x = buying price \n" ); document.write( "then \n" ); document.write( "(x+2) = selling price \n" ); document.write( ": \n" ); document.write( "bought$ = sold$ \n" ); document.write( "56x = 49(x+2) \n" ); document.write( "56x = 49x + 98 \n" ); document.write( "56x - 49x = 98 \n" ); document.write( "7x = 98 \n" ); document.write( "x = \n" ); document.write( "x = $14, buying price, obviously then, $16 is the selling price \n" ); document.write( ": \n" ); document.write( "Check \n" ); document.write( "56(14) = 49(16) \n" ); document.write( " \n" ); document.write( " |