document.write( "Question 804526: In 2007, the average e-mail user sent 578 personal and business e-mails each week. The number of business e-mails was 32 more than the number of personal e-mails. How many of each type were sent each week? \n" ); document.write( "
Algebra.Com's Answer #484793 by erica65404(394)![]() ![]() You can put this solution on YOUR website! business=x personal =y \n" ); document.write( "578=x+y \n" ); document.write( "x=32y \n" ); document.write( "plug into equation \n" ); document.write( "578=32y+y \n" ); document.write( "578=33y \n" ); document.write( "y=18 \n" ); document.write( "x=560 \n" ); document.write( "There are about 560 business emails and 18 personal emails. \n" ); document.write( " |