Try comparing your solution with the following:
Solution:
Answer:
Check:
<em>Hope this was helpful.</em>
Answer:
a) Not a function
b) It is a function
c) It is a function
Step-by-step explanation:
a) f(S) is not completly well defined, becuase if the bistring has multiple zeros, you need to pick one and there is not specified method in how you would do so. Another reason for which f is not well defined as a function is that for a bistring with only 1's, f is not defined because there is no zero.
b) This is a function. f(S) returns a concrete and unique integer number for each bistring S. If the bistring has only zeros, the f(S) = 0.
c) This is well defined as a function. It compensates for the failures of the first definition:
- If multiple zeros appears in S, you pick the first one, so there is one possible value for f(S)
-If no zeros appear, f is still well defined because it takes the value 0, as specified in the definition.
Answer:
50 liters
Step-by-step explanation:
If x is the volume of 20% acid, then:
x (0.20) + 20 (0.45) = (x + 20) (0.30)
0.2x + 9 = 0.3x + 6
3 = 0.1x
x = 30
30 liters of 20% acid are needed, so there will be a total of 50 liters of 30% acid.
Answer:
n = 6
Step-by-step explanation:
4x^2 + 5xy - y^2 = 6
Implicitly differentiating both sides,
4(2x) + 5(x y' + y) - 2yy' = 0
where y' = dy/dx
8x + 5xy' +5y -2yy' = 0
combining y' terms
y' (5x-2y) +8x +5y = 0
y'(5x-2y) = -(8x+5y)
dy/dx = -(8x+5y)/(5x-2y)
or
dy/dx = (8x+5y)/(2y-5x)