document.write( "Question 443434: Who wants the Money, a game show, distributes prizes that are powers of 2. What is the minimum number of prizes that could be distributed for $900? \n" ); document.write( "
Algebra.Com's Answer #305858 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
Hahaha, I like this problem.\r
\n" ); document.write( "\n" ); document.write( "Alright, so you need to know your powers of 2. If you think about it long enough, 2^9 = 512. So let's start with that.\r
\n" ); document.write( "\n" ); document.write( "2^8 = 256\r
\n" ); document.write( "\n" ); document.write( "So we're up to 512 + 256 = 768\r
\n" ); document.write( "\n" ); document.write( "2^7 = 128\r
\n" ); document.write( "\n" ); document.write( "So we're up to 768 + 128 = 896\r
\n" ); document.write( "\n" ); document.write( "We need 4 left... luckily 2^2 = 4.\r
\n" ); document.write( "\n" ); document.write( "So we've used, 2^9, 2^8, 2^7, 2^2 to get $900 evenly.\r
\n" ); document.write( "\n" ); document.write( "Then we have given out \"highlight%284%29\" prizes.
\n" ); document.write( "==============
\n" ); document.write( "If you don't like this guess-and-check method, there is a fool proof method.\r
\n" ); document.write( "\n" ); document.write( "Convert 900 to binary.
\n" ); document.write( "900 /2 = 450 r 0 ---> 0
\n" ); document.write( "450 /2 = 225 r 0 ---->0
\n" ); document.write( "225 / 2 = 112 r 1 ---> 1
\n" ); document.write( "112 /2 = 61 r 0 ----> 0
\n" ); document.write( "56 / 2 = 28 r 0 --- > 0
\n" ); document.write( "28 /2 = 14 r 0 ----> 0
\n" ); document.write( "14 /2 = 7 r 0 ----> 0
\n" ); document.write( "7 / 2 = 3 r 1 ---> 1
\n" ); document.write( "3 /2 = 1 r 1 ----> 1
\n" ); document.write( "1 /2 = 0 r 1 -----> 1\r
\n" ); document.write( "\n" ); document.write( "Then the binary representation is 111000100.\r
\n" ); document.write( "\n" ); document.write( "Count the number of 1s.\r
\n" ); document.write( "\n" ); document.write( "There are 4. That is our answer.\r
\n" ); document.write( "\n" ); document.write( "Then we have given out \"highlight%284%29\" prizes.
\n" ); document.write( "
\n" );