Answer:
560
Step-by-step explanation:
Givens
Small mugs = 1/4 * 132 = 33
Large mugs = 132 - 33 = 99
Solution
Profit Small = 33 * £2.45 = £80.85
Profit Large = <u>99 * £4.90 = £485.10</u> Add
Total Profite = £565.95
Answer:
Step-by-step explanation:
We can get this done by using the code
def digits(n):
count = 0
if n == 0:
return 1
while (n > 0):
count += 1
n= n//10
return count
Also, another way of putting it is by saying
def digits(n):
return len(str(n))
------------------------------------------
print(digits(25)) # Should print 2
print(digits(144)) # Should print 3
print(digits(1000)) # Should print 4
print(digits(0)) # Should print 1
Doing this way, we've told the system to count the number of figures that exist in the number. If it's 1000 to 9999, then it records it as 4 digits. If it's 100 - 999, then it records it as 3 digits. If it's 10 - 99, it records as 2 digits. If it's 0 - 9, then it has to record it as a single digit.
Thanks
Answer:
132cm
Step-by-step explanation:
Split there firgue into shapes you know
there is a rectangle and a Trapezoid
A = bh
A = 7×4
A = 28cm
Trapezoid
A = 1/2h(b+b)
A = 1/2×8(19+7)
A = 1/2×8(26)
A = 1/2(208)
A = 104cm
Add them together
104 + 28 = 132
Answer:
g(4x) = 192x^3
Step-by-step explanation:
For this problem, f(x) is irrelevant since we are simply are dealing with g(x). We will simply replace the value of x in g(x) with 4x. So let's do that.
g(x) = 3x^3
g(4x) = 3(4x)^3
g(4x) = 3(4^3)(x^3)
g(4x) = 3(64)(x^3)
g(4x) = 192x^3
Hence, g(4x) is 192x^3.
Cheers.
885/11.7=75.64/3.14=24.09=square root of 24.09=4.9