document.write( "Question 821228: what is the cost of a cel phone which is sold for 250 if the percentage markup is 25% on cost also find the amount of profit per unit sold \n" ); document.write( "
Algebra.Com's Answer #493988 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Let c = the original cost \n" ); document.write( "The sales price, 250 = c + (25%)(c) \n" ); document.write( " 250 = c + 0.25c \n" ); document.write( " 250 = 1.25c \n" ); document.write( "Divide each side by 1.25 \n" ); document.write( " 250/1.25 = c \n" ); document.write( " 200 = c \n" ); document.write( "The profit is 250 - 200 = 50 . \n" ); document.write( " |