document.write( "Question 188335: Lisa sold 50% of her books, gave away 60% of those that were left, and then had 8 books left. How many books did he have to begin with? \n" ); document.write( "
Algebra.Com's Answer #141218 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
let x be the original amount of books
\n" ); document.write( ":
\n" ); document.write( "x-.5x-.6(.5x)=8
\n" ); document.write( ":
\n" ); document.write( "x-.5x-.3x=8
\n" ); document.write( ":
\n" ); document.write( ".2x=8
\n" ); document.write( ":
\n" ); document.write( "x=40 books
\n" ); document.write( "
\n" );