| x - 8| = 3
x - 8 = 3 - (x - 8) = 3
x = 3 + 8 -x + 8 = 3
x = 11 -x = 3 - 8
-x = - 5
x = 5
Minimum : 5% Maximum : 11% if u need them added it is 16%
56 x 8 = 448
she drinks 448 cups of milk after 8 days
Answer:
0(n)
Step-by-step explanation:
Result previous exercise:
procedure count(a1a2...an : string with n > 1)
i:=0
for k:=1 to n
if ak =1 then i:=i + I
return i
<em>Note</em><em>: If you use a different algorithm, then you could possible get different results. </em>
<u>SOLUTION </u>
There is only one part of the code that contains an operation (comparison), namely if a_k =1
This comparison is executed in every iteration of the for-loop
k can take on the values from 1 to n (for k:=I to n), thus k can take on n values.
Thus in total there are then n comparisons, while n is 0(n).
Answer:
6s + 8c ≤ 900
Step-by-step explanation:
let the number of computer stations be c and the number of study cubicles be s
If each computer station takes up 8 square feet, then the total area for c computer stations would be 8 x c = 8c square feet
Similarly, if each study cubicle takes up 6 sq-ft, then the total are for s study cubicles would be 6 x s = 6s square feet
we are given that the library has a maximum of 900 sq-ft. This means that the total area for the study cubicles and the computers cannot exceed 900 sq-ft
phrased another way, the total area of the study cubicles and the computers must be less than or equal to 900 sq-ft
or
6s + 8c ≤ 900