The total change in her bank account would be $160,
if you multiply 8x$20 you get $160
A proportional relationship is a relationship between variables such that the amount of one variable is a multiple of the other variable
A table showing the amount of sugar in different sizes of orange juice is presented as follows;
![\begin{array}{|c|cc|}\mathbf{Amount \ of \ orange \ juice, \ x}&&\mathbf{Quantity \ of \, sugar\ (g), \ f(x)}\\3&&8.25\\6&&16.5\\9&&24.75\\12&&33\\15&&41.25\end{array}\right]](https://tex.z-dn.net/?f=%5Cbegin%7Barray%7D%7B%7Cc%7Ccc%7C%7D%5Cmathbf%7BAmount%20%5C%20of%20%5C%20orange%20%5C%20juice%2C%20%5C%20x%7D%26%26%5Cmathbf%7BQuantity%20%5C%20of%20%5C%2C%20sugar%5C%20%28g%29%2C%20%5C%20f%28x%29%7D%5C%5C3%26%268.25%5C%5C6%26%2616.5%5C%5C9%26%2624.75%5C%5C12%26%2633%5C%5C15%26%2641.25%5Cend%7Barray%7D%5Cright%5D)
Reason:
The given parameter are;
12 ounces of orange juice contains 33 grams of sugar
Therefore, we have;
The amount of sugar per ounce of orange juice is given as follows;
![1 \ ounce \ of \ orange \ juice \ contains, \dfrac{33 \ grams }{12 } = 2.75 \, grams \, of \, sugar](https://tex.z-dn.net/?f=1%20%5C%20ounce%20%5C%20of%20%5C%20orange%20%5C%20juice%20%5C%20contains%2C%20%20%5Cdfrac%7B33%20%5C%20grams%20%7D%7B12%20%7D%20%3D%202.75%20%5C%2C%20grams%20%5C%2C%20of%20%5C%2C%20sugar)
Therefore, there are 2.75 grams of sugar per ounce of orange juice
which gives;
The amount of sugar in different sizes of orange juice, f(x) = 2.75·x
Where <em>x</em> represents the amount of orange juice, and f(x) represents the amount of sugar in the orange juice
A table showing the amount of sugar present in different sizes of orange juice is given as follows;
![\begin{array}{|c|cc|}\mathbf{Amount \ of \ orange \ juice, \ x}&&\mathbf{Quantity \ of \, sugar\ (g), \ f(x)}\\3&&8.25\\6&&16.5\\9&&24.75\\12&&33\\15&&41.25\end{array}\right]](https://tex.z-dn.net/?f=%5Cbegin%7Barray%7D%7B%7Cc%7Ccc%7C%7D%5Cmathbf%7BAmount%20%5C%20of%20%5C%20orange%20%5C%20juice%2C%20%5C%20x%7D%26%26%5Cmathbf%7BQuantity%20%5C%20of%20%5C%2C%20sugar%5C%20%28g%29%2C%20%5C%20f%28x%29%7D%5C%5C3%26%268.25%5C%5C6%26%2616.5%5C%5C9%26%2624.75%5C%5C12%26%2633%5C%5C15%26%2641.25%5Cend%7Barray%7D%5Cright%5D)
Learn more here:
brainly.com/question/18424356
brainly.com/question/12725505
Answer:
Exact Form:
−4/11
Decimal Form:
−
0.36
Step-by-step explanation:
Subtract 5/11 from 9/11 to get your answer.
Simplify the expression.
<em>-kiniwih426</em>
True and it’s the best answer hope it helps.
Operations are performed according to the Order of Operations. Sometimes the mnemonic PEMDAS or BIDMAS is used to remind you what the order is.
P/B - parentheses/brackets. The content of these is evaluated first.
E/I - exponents/indices. Exponentiation is done first, right to left: a^b^c = a^(b^c).
MD/DM - multiplication and division are done in order of appearance, left to right. Each has equal priority, neither is done before the other unless it appears in the expression first. a/bc = (a/b)c. ab/c = (ab)/c
AS - addition and subtraction are done in order of appearance, left to right. Each has equal priority.
_____
When functions are involved (sin( ), log( ), sqrt( ), for example), their arguments are evaluated according to the order of operations, then the function is evaluated, then the remainder of the operations are performed. For example, sin(a)^2 = (sin(a))^2. Sometimes, this is written sin^2(a).
When functions are written without parentheses around their arguments, it must be assumed that the function only applies to the first entity following the function name. log ab+c/d = (log(a)*b)+(c/d), for example, or √3x = (√3)x.