a) Có ba tập hợp : {2}, {4}, {2; 4}.
Bạn cần đăng nhập để xem được nội dung này!
Đăng nhập Đăng kýChủ đề: Học toán lớp 6 Số học lớp 6 Chuyên đề - Tập hợp, phần tử của tập hợp, các phép Học toán trên các tập hợp (lớp 6)
Bạn Nguyễn Lâm Hưng hỏi ngày 13/08/2014.
Giáo viên Đoàn Đình Quang trả lời ngày 13/08/2014 04:30:47.
a) Có ba tập hợp : {2}, {4}, {2; 4}.
Bạn cần đăng nhập để xem được nội dung này!
Đăng nhập Đăng kýCác bài liên quan
<!-- {#foreach $T as comment} <li id="comment_{$T.comment.Id}"> <div class="comment2-content" id="commentContent_{$T.comment.Id}"> <div class="comment3"> <img src="{$T.comment.UserPhoto}" alt=""> <div class="comment4 comment-content"> <p class="bold">{$T.comment.UserFullName}</p> <p id="replyContent">{htmlDecode($T.comment.Content)}</p> </div> </div> </div> <div class="comment-content" id="commentContentEdit_{$T.comment.Id}" style="display:none"></div> <span id="btnEdit_{$T.comment.Id}"> <button class="bt-close" id="btnCancelEditComment" onclick="cancelComment({$T.comment.Id})" style="display: none;">Hủy</button> <button id="btnSaveComment" onclick="saveComment({$T.comment.Id})" style="display: none">Lưu</button> </span> <div class="comment_a"> <a href="javascript:showReply({$T.comment.Id},'Comment','#comment_reply_{$T.comment.Id}',true)">Trả lời ({$T.comment.ReplyCount})</a> {#if $T.comment.IsOwner} <a href="javascript:editComment({$T.comment.Id})">Sửa</a> <a href="javascript:deleteCommentConfirm('deleteComment({$T.comment.Id})')">Xóa</a> {#/if} </div> <div class="comment5 comment5b" id="comment_reply_{$T.comment.Id}"></div> </li> {#/for} -->
<!-- {#foreach $T as comment} <li id="reply_{$T.comment.Id}" style="text-align: left"> <div class="comment2-content"> <div class="comment3"> <img src="{$T.comment.UserPhoto}" alt=""> <div class="comment4"> <p class="bold">{$T.comment.UserFullName}</p> <p>{htmlDecode($T.comment.Content)}</p> </div> </div> </div> </li> {#/for} -->