A PHP Error was encountered

Severity: Warning

Message: Invalid argument supplied for foreach()

Filename: SaberMas/ViewMiClase.php

Line Number: 20

Backtrace:

File: /opt/rh/httpd24/root/var/www/html/MFE/application/views/Home/ConSesion/SaberMas/ViewMiClase.php
Line: 20
Function: _error_handler

File: /opt/rh/httpd24/root/var/www/html/MFE/application/controllers/SaberMas/MiClase.php
Line: 204
Function: view

File: /opt/rh/httpd24/root/var/www/html/MFE/index.php
Line: 327
Function: require_once

Operaciones con conjuntos - ejercicio 1

  • Lección
  • Ejercicio

En este intento has obtenido

0

Instrucciones: Responde las siguientes preguntas

  • Identifica el diagrama de Venn que representa al conjunto \(B-A\) en color amarillo, siendo \(A = \left \{ 2, \ 4, \ 5, \ 6, \ 8, \ 9 \right \}\), \(B = \left \{ 1, \ 2, \ 3, \ 4, \ 9 \right \}\) y \(U = \left \{ 1, \ 2, \ 3, \ 4, \ 5, \ 6, \ 7, \ 8, \ 9 \right \}\), donde \(U\) es el conjunto universo.
  • Identifica la lista que representa al conjunto \(A-B\), siendo \(A = \left \{ 2, \ 4, \ 5, \ 6, \ 8, \ 9 \right \}\), \(B = \left \{ 1, \ 2, \ 3, \ 4, \ 9 \right \}\) y \(U = \left \{ 1, \ 2, \ 3, \ 4, \ 5, \ 6, \ 7, \ 8, \ 9, \ 10 \right \}\), donde \(U\) es el conjunto universo.
  • Identifica el diagrama de Venn que representa al conjunto \(A \cap B\), siendo \(A = \left \{ b, \ c, \ d, \ j \right \}\), \(B = \left \{ g, \ i, \ j, \ k \right \}\) y \(U = \left \{ a, \ b, \ c, \ d, \ e, \ f, \ g, \ h, \ i, \ j, \ k \right \}\), donde \(U\) es el conjunto universo.
  • Identifica la lista que representa al conjunto \(A \cup B\), siendo \(A = \left \{ b, \ c, \ d \right \}\), \(B = \left \{ g, \ i, \ j, \ k \right \}\) y \(U = \left \{ a, \ b, \ c, \ d, \ e, \ f, \ g, \ h, \ i, \ j, \ k \right \}\), donde \(U\) es el conjunto universo.
  • Calcula la cardinalidad del conjunto \(A^{C}\), siendo \(A = \left \{ b, \ c, \ d, \ j \right \}\), \(B = \left \{ g, \ i, \ j, \ k \right \}\) y \(U = \left \{ a, \ b, \ c, \ d, \ e, \ f, \ g, \ h, \ i, \ j, \ k \right \}\), donde \(U\) es el conjunto universo.