-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 784 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (24 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Cristina</h1>
<p>Cristina es genial y muy buena con arroz blanco.
Demuestre que n2+n es divisible por 2 para todo n > 0.
Pruebe que n2+3n es divisible por 2 para todo n > 0.
Demuestre que 2n>n para todo n>1
Demuestre que 3n>n, para todo n > 1.
Demuestre que 3n-1 es divisible por 2 para todo n>0.
Demuestre que an>n, para todo n >1, a>1
Demuestre que 2n< n!, para todo n> 3
Demuestre que 3n>n2 para todo n no negativo
Pruebe que P(n): 7n-1 es divisible por 6
</p>
<div>
</div>
</body>
</html>