document.write( "Question 1102348: Joshua likes to read. He read 6 books when he was 6 years old. Every year he doubled the number of books he read the previous year. How many total books did he read between the ages of 6 and 10? \n" ); document.write( "
Algebra.Com's Answer #717024 by Lightning_Fast(78)\"\" \"About 
You can put this solution on YOUR website!
Let a = 6, the initial number of books read
\n" ); document.write( "Let b = 2, the amount that the value grows by (doubles)\r
\n" ); document.write( "\n" ); document.write( "\"y+=+6%282%29%5Ex\"
\n" ); document.write( "x represents the number of years since age 6\r
\n" ); document.write( "\n" ); document.write( "At age 10, that is 10-6 years since age 6, or four years since age 6. So plug in 4 for x.\r
\n" ); document.write( "\n" ); document.write( "\"y+=+6%282%29%5E4\"\r
\n" ); document.write( "\n" ); document.write( "Now you want to simplify your answer.\r
\n" ); document.write( "\n" ); document.write( "\"y+=+6%2816%29\"\r
\n" ); document.write( "\n" ); document.write( "\"y+=+96\"\r
\n" ); document.write( "\n" ); document.write( "Joshua read a total of 96 books between ages 6 and 10.
\n" ); document.write( "
\n" );