document.write( "Question 249146: If I were to give $ 7 to each of the beggars at my door, I would have $24 left. I lack $32 of being able to give them $9 apiece. What is the sum of my money and the number of beggars at my door ? \n" ); document.write( "
Algebra.Com's Answer #181526 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
let b=number of beggars and a=amount of money I had before I gave any away.
\n" ); document.write( "a-7b=24
\n" ); document.write( "a-9b=-32
\n" ); document.write( "-------------subtract
\n" ); document.write( "2b=56
\n" ); document.write( ".
\n" ); document.write( "b=28
\n" ); document.write( "a=$220.
\n" ); document.write( "
\n" );