document.write( "Question 1007755: If certain item is sold for x pesos, there is a loss of 30% based of the cost of the item. However, if the same item is sold for y pesos there is a gain
\n" );
document.write( "of 20% based on the cost of the item. What percent of y (to the nearest whole number) is x?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623900 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let us use 100 pesos as the cost of the item \n" ); document.write( "x must be 70 pesos, since 30% is lost. \n" ); document.write( "y must be 120 pesos, since 20% is gained. \n" ); document.write( "x/y = 70/120 = .58333 = 58.333% or about 58% \n" ); document.write( " |