document.write( "Question 73099: I have to create a system of equations from the given word problem and I can't figure out how to do it... the word problem is... As a participant in your schools community service project, you volunteer a total of 40 hours over the course of the school year. Your volunteer hours include serving at a soup kitchen, picking up trash at several local parks, and collecting toys for needy children. You spend 4 times as many hours collecting toys as picking up trash, and 2 hours less serving at the soup kitchen than picking up trash. Write a system of equations to represent the given information. Define your variables as s,p, and c for the hours of serving at a soup kitchen, picking up trash, and collecting toys. Can you help me please? \n" ); document.write( "
Algebra.Com's Answer #52371 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
I have to create a system of equations from \r\n" );
document.write( "the given word problem and I can't figure out \r\n" );
document.write( "how to do it... the word problem is... As a \r\n" );
document.write( "participant in your schools community service \r\n" );
document.write( "project, you volunteer a total of 40 hours \r\n" );
document.write( "over the course of the school year. Your \r\n" );
document.write( "volunteer hours include serving at a soup \r\n" );
document.write( "kitchen, picking up trash at several local \r\n" );
document.write( "parks, and collecting toys for needy children. \r\n" );
document.write( "You spend 4 times as many hours collecting toys \r\n" );
document.write( "as picking up trash, and 2 hours less serving at \r\n" );
document.write( "the soup kitchen than picking up trash. Write a \r\n" );
document.write( "system of equations to represent the given \r\n" );
document.write( "information. Define your variables as s,p, and c \r\n" );
document.write( "for the hours of serving at a soup kitchen, \r\n" );
document.write( "picking up trash, and collecting toys. Can you \r\n" );
document.write( "help me please?\r\n" );
document.write( "\r\n" );
document.write( ">>...a total of 40 hours...<<\r\n" );
document.write( "\r\n" );
document.write( "Translation:  s + p + c = 40\r\n" );
document.write( "\r\n" );
document.write( ">>...4 times as many hours collecting \r\n" );
document.write( "      toys as picking up trash...<<\r\n" );
document.write( "\r\n" );
document.write( "Translation:          c = 4p\r\n" );
document.write( "\r\n" );
document.write( ">>...2 hours less serving at the soup \r\n" );
document.write( "      kitchen than picking up trash...<<\r\n" );
document.write( "\r\n" );
document.write( "Translation:          s = p - 2\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So the system of equations is:\r\n" );
document.write( "\r\n" );
document.write( "s + p + c = 40\r\n" );
document.write( "        c = 4p\r\n" );
document.write( "        s = p - 2\r\n" );
document.write( " \r\n" );
document.write( "Can you solve that system?  If not post again \r\n" );
document.write( "asking how.\r\n" );
document.write( "\r\n" );
document.write( "Answer:  s = 5 hr, p = 7 hr, c = 28 hr\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );