document.write( "Question 746942: Can you help me solve I recently added some humming bird feeders to my yard. They are gorgeous and visit me all day long.\r
\n" ); document.write( "\n" ); document.write( "The recipe for hummingbird nectar is 4 cups of water for 1 cup sugar.\r
\n" ); document.write( "\n" ); document.write( "Write a function that can be used to determine how much sugar I would need to make any number of batches of nectar.\r
\n" ); document.write( "\n" ); document.write( "How much sugar do I need to make 4 batches? 11 batches?\r
\n" ); document.write( "\n" ); document.write( "Now do the same to determine how much water I would need to make the same numbers of batches.
\n" ); document.write( "

Algebra.Com's Answer #454581 by timvanswearingen(106)\"\" \"About 
You can put this solution on YOUR website!
You just need 4 times the amount of water in each batch, to the amount of sugar. \r
\n" ); document.write( "\n" ); document.write( "For example, let's say you want to make a gallon of the mixture:\r
\n" ); document.write( "\n" ); document.write( "1 gallon = 4 quarts. Therefore, since you have 4 quarts of water, you need one quart of sugar. \r
\n" ); document.write( "\n" ); document.write( "Here are two equations you can use. \r
\n" ); document.write( "\n" ); document.write( "Water = 4 * sugar\r
\n" ); document.write( "\n" ); document.write( "Sugar = Water/4 \r
\n" ); document.write( "\n" ); document.write( "If a \"batch\" is 4 cups water to 1 cup sugar, you'd need the same number of cups of sugar as the number of batches you are making. So if you want 11 batches, that's 11 cups of sugar. Water = 4 * sugar, so you'd need 4 * 11 cups, which is 44 cups of water.
\n" ); document.write( "
\n" );