document.write( "Question 661719: A fruitseller had some apples .he sells 40% of them and still has 420 apples.find the numbers of apples he hadoriginally \n" ); document.write( "
Algebra.Com's Answer #411772 by ReadingBoosters(3246)\"\" \"About 
You can put this solution on YOUR website!
x = original # of apples
\n" ); document.write( "Convert 40% into decimal
\n" ); document.write( "40/100 = .4
\n" ); document.write( "x - .4x = 420
\n" ); document.write( ".6x = 420
\n" ); document.write( "x = 700 apples originally
\n" ); document.write( "
\n" );