document.write( "Question 590: How would you solve the following:\r
\n" );
document.write( "\n" );
document.write( "A bicycle was sold for 30% more than what was originally paid for it. It was sold for $104. How was the bike originally bought for? \n" );
document.write( "
Algebra.Com's Answer #726239 by amalm06(224)![]() ![]() You can put this solution on YOUR website! Let x denote the original price.\r \n" ); document.write( "\n" ); document.write( "A 30% increase is equivalent to 1.30. \r \n" ); document.write( "\n" ); document.write( "Then x*1.30=104\r \n" ); document.write( "\n" ); document.write( "x=$80 (Answer) \n" ); document.write( " |