Using g(x), Write a function that shows grams as a function of cups, when 0.5 cup of flour has a mass of 64 grams and 2 cups of flour has a mass of 256 grams
@whpalmer4, do you understand this?
Yes, I do. Anything else? :-)
this reads like it is part of a bigger problem, however; is it possible to see the whole thing?
2. While in the United States visiting her grandmother, Kendra copied the famous family apple pie recipe. When she returns to England, she plans on making the same apple pie for her friends. To do this, Kendra needs to convert the flour from cups to grams. She knows that 0.5 cup of flour has a mass of 64 grams and 2 cups of flour has a mass of 256 grams. A) Write a function that shows grams as a function of cups. Use g(x). @whpalmer4
okay. I wanted to make sure that there wasn't some definition of g(x) that we would need to know about. There isn't. so, if 0.5 cups flour masses 64 grams, how much is the mass of 1.0 cups of flour?
128
Okay, good. Can you write a function of \(x\) called \(g(x)\) that converts \(x\) (in cups) to a mass in grams?
apparently, you just have to multiply the number of cups by 128 grams/cup, wouldn't you agree?
Well, my function was \[g(x) =0.5c\] but I dont think its right
no, it isn't. what is \(c\)?
C is the number of cups.
and your function doesn't do anything with the argument \(x\), so it is going to return the same value every time
the number of cups is the argument to the function, \(x\)
you need in the function to do a calculation which will have as its result the number of grams of flour that is equivalent to \(x\) cups of flour
So, maybe something like \[g(x) = c +something\]?
Functions confuse me. Dx
okay, 3 cups of flour. convert that to grams, and show your work.
do you add, subtract, multiply, divide, take square roots or logarithms, what?
I don't know..
how many grams in 1 cup of flour?
We said 128g
okay, so 1 cup = how many grams?
2 cups = how many grams? 3 cups = how many grams?
1 cup = 128 2 cups = 192 3 cups = 256
well, 1 of the 3 is correct. if 1 cup is 128 grams, shouldn't 2 cups be the same as 1 cup + 1 cup = 128 + 128 =
I added 64 both times, so I gues I actually did 1 cups, 1.5 cups, and 2 cups.
So, 1 cup = 128 2 cups = 256 3 cups = 384
yes, indeed you did. so how much would 3 cups be, in grams?
384g
okay. how much would \(x\) cups be, in grams?
g(x) = x + 128?
how did you calculate how many grams 3 cups would be?
I added the amount of 1 cup to itself twice.
isn't it simply a straightforward multiplication of the number of cups * the number of grams per cup?!?
\[x \text{ cups} * \frac{128\text{ grams}}{1\text{ cup}} = x \cancel{\text{ cups}}*\frac{128\text{ grams}}{\cancel{1\text{ cup}}} = 128x \text{ grams}\]
Ohh! g(x) = c * 128?
if C = number of cups
there IS NO C!!!
\(x\) is the number of cups. if \(c\) represented the number of cups, we would be asked to create \(g(c)\), not \(g(x)\)
Yes, \(g(x) = 128x\) if \(x\) is the number of cups of flour
Join our real-time social learning platform and learn together with your friends!