document.write( "Question 889104: The amount of rice cake mix to be used varies directly with the number of people who partakes of this food. Suppose that it takes 7 cups of mix to serve 10 people.\r
\n" );
document.write( "\n" );
document.write( "a.) Write the function expressing the number of cups of cake mix in relation to the number of people.
\n" );
document.write( "b.) How many cups of cake mix must be prepared for 50 people?
\n" );
document.write( "c.) About how many people can be served with 12 cups of cake mix?\r
\n" );
document.write( "\n" );
document.write( "These are my unsure answers:\r
\n" );
document.write( "\n" );
document.write( "For the letter b, i've tried solving it like this:
\n" );
document.write( "= 7/10=x/50
\n" );
document.write( "= 10x/10=350/10
\n" );
document.write( "= x=35\r
\n" );
document.write( "\n" );
document.write( "For letter c, I tried this:\r
\n" );
document.write( "\n" );
document.write( "= 12/7=x/10
\n" );
document.write( "= 7x/7=120/7
\n" );
document.write( "= x=17.14\r
\n" );
document.write( "\n" );
document.write( "So basically i don't understand letter a. \n" );
document.write( "
Algebra.Com's Answer #537893 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let y be the amount of cake mix \n" ); document.write( "let x be the number of people \n" ); document.write( "k is the constant of proportionality \n" ); document.write( "then we have the following equation \n" ); document.write( "y = kx \n" ); document.write( "a) 7 = k10 \n" ); document.write( "k = 7/10 = .7 \n" ); document.write( "y = .7x \n" ); document.write( "b) y = .7 * 50 = 35 cups of cake mix \n" ); document.write( "c) 12 = .7x \n" ); document.write( "x = 12/.7 = 17.14 people \n" ); document.write( " \n" ); document.write( " |