1. Prove n7−n is divisible by 42 for all positive integers n. Show primes ≠ 2, 5 divide numbers like 1, 11, etc. 2. Prove if p>3 is prime, then p2≡1(mod24). 3. Find the number of trailing zeros in 1000!. 4. If p and p2+2 are primes, prove p3+2 is prime. 5. Prove gcd(2a−1,2b−1)=2gcd(a,b)−1 for positive integers a,b.
Ibrahim dan Zahra datang bersama pada 2 Juli 2022. Kapan mereka akan bersama lagi? Tandai dengan pilihanmu! 1. 12 Juli 2022 2. 14 Juli 2022 3. 26 Juli 2022 4. 7 Agustus 2022
Identify the FALSE statement among these: a) A(p(x)→q(x))=Acq(x)∪Ap(x) b) A(p(x)∨q(x))=Ap(x)∪Aq(x) c) A(p(x)∧q(x))=Ap(x)∩Aq(x) d) Acq(x)=A¬q(x) e) (q(a)≡1)→(a∈Aq(x))
Decida si 2 es un elemento de cada conjunto: a. {{{2}}}, b. {2,{2}}, c. {x∈R∣x es el cuadrado de un entero }, d. {x∈R∣x es un número mayor que 1}, e. {{2,{2}}}, f. {{2},{2,{2}}}.
a.) ¿Cuántas delegaciones diferentes se pueden formar con al menos un miembro de 18 estudiantes?
b.) ¿Cuántas delegaciones diferentes se pueden formar con al menos dos miembros de 18 estudiantes?
Rappresenta con un diagramma di Eulero-Venn gli insiemi:
a. A={x∣x è un giorno della settimana}
b. B={x∣x è un mese che inizia con A}
c. C={x∣x è una cifra di 96.820}
Given sets X={1,2,3} and Y={13,31,65,23}, do the following: 1. Write the relation R and draw an arrow diagram. 2. Determine if 2R65, 1R31, 3R13 are true, with reasons. 3. List M={(y,23):(y,23)∈R}.
Arrange 8 students with the following conditions: 1) A & B together: 10,080; 2) A & B at ends: 1,440; 3) A & B apart: 30,240; 4) Alternating genders: 1,152; 5) 4 boys & 4 girls together: 1,152.
A web server tracks hits with multi-threading. Is the lock method valid for preventing race conditions? Options: A) True B) Mutex C) None D) Not valid due to concurrency E) Not valid due to non-atomic increase.
Given six memory partitions: A (100 MB), B (170 MB), C (40 MB), D (205 MB), E (300 MB), F (185 MB) and processes P1 (200 MB), P2 (15 MB), P3 (185 MB), P4 (75 MB), P5 (175 MB), P6 (80 MB). Use worst-fit to find remaining memory in D.
Select all possible outputs of the given C program when run on a Unix system. Possible outputs include: 1. ABBDD 2. A A B C D 3. A B D C D 4. ACBDD 5. ABBCCDD 6. ACD 7. A B C D 8. A B C D D
Identify possible outputs of the given C program when run on a Unix system. Options include:
ABBDD, A A B C D, A B D C D, ACBDD, ABBCCDD, ACD, A B C D, A B C D D.
An office has 8 floors. Which set represents the x-coordinates for the elevator stops? Options: A) {1,2,3,4,5,6,7,8}, B) {0,1,2,3,4,5,6,7}, C) {0,1,2,3,4,5,6,7,8}, D) {-1,-2,-3,-4,-5,-6,-7,-8}.