document.write( "Question 796929: Hello, I am a parent of a fifth grader and for the life of me I cannot figure out her problem.\r
\n" );
document.write( "\n" );
document.write( "Wendy brough the lemonade and iced tea for the school picnic. Since more people like lemonade than iced tea, she brought 2 gallons of lemonade for every 10 people. She also brought 5 gallons of iced tea for people who don't like lemonade.\r
\n" );
document.write( "\n" );
document.write( "Write an algebrai expression to show the total number of gallows Wendy would need to bring. Let n represent the number of groups of ten people.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #481656 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Wendy brought the lemonade and iced tea for the school picnic. \n" ); document.write( " Since more people like lemonade than iced tea, she brought 2 gallons of lemonade for every 10 people. \n" ); document.write( " She also brought 5 gallons of iced tea for people who don't like lemonade. \n" ); document.write( "Write an algebraic expression to show the total number of gallows Wendy would need to bring. \n" ); document.write( " Let n represent the number of groups of ten people. \n" ); document.write( ": \n" ); document.write( "total = 2 gal per n groups of 10 + 5 gal of tea \n" ); document.write( "f(n) = 2n + 5 \n" ); document.write( " |