a ,ta có CD vuông góc với AB tại trung điểm M của hai đường ==> tứ giác AEBD là hình thoic, ta có
\widehat{DMB}=90^0(theo giả thiết)
\widehat{DFB}=90^0(nhìn cung CB là đường kinh )==>tứ giác DMFB nội tiêpb, theo câu a ==>
\widehat{ABE}=\widehat{BAE}theo câu b==>
\widehat{EDC}=\widehat{ABF} mà $\widehat{BAE}\widehat{ABC}
(function () {
(document).on('click', '.tdToggle', function (e) {
(this).parent().next().eq(0).children().children().slideToggle();
(this).children().toggleClass('expander-arrow-show');
});
(document).on('click', '.aContentFull', function (e) {
$(this).addClass('selected');
$(this).next().removeClass('selected');
$(this).parent().next().children('.divContentFull').show();
$(this).parent().next().children('.divContentDiff').hide();
});
(document).on('click', '.aContentDiff', function (e) {
(this).addClass('selected');
(this).prev().removeClass('selected');
(this).parent().next().children('.divContentFull').hide();
(this).parent().next().children('.divContentDiff').show();
});
});
function EditSuggestConfirm(cmd, type, guid, id) {
ShowLoading();
var baseUrl = ResolveUrl("~/ME_HoiDapToanHoc/UserControl/Me_Get/Get_EditConfirm.aspx?cmd=" + cmd + "&type=" + type + "&guid=" + guid + "&id=" + id);
$.get(baseUrl, function (data) {
HideLoading();
var retVal = data.retVal;
if (retVal == -1) {
ShowMessage("Đã xảy ra lỗi, bạn hãy refresh trang. Xin lỗi vì sự bất tiện này.", 2000);
}
else if (retVal == 1) {
ShowMessage("Bạn cần đăng nhập lại để thực hiện chức năng này.", 2000);
}
else if (retVal == 2) {
ShowMessage("Bạn không có quyền thực hiện chức năng này.", 2000);
}
else if (retVal == 3) {
ShowMessage("Bài toán này không tồn tại trên hệ thống. Bạn hãy kiểm tra lại", 2000);
}
else if (retVal == 4) {
ShowMessage("Lời giải này không tồn tại trên hệ thống. Bạn hãy kiểm tra lại", 2000);
}
else if (retVal == 0) {
if (cmd == 'approve')
ShowMessage("Xác nhận đề nghị chỉnh sửa thành công", 2000);
else if (cmd == 'reject')
ShowMessage("Từ chối đề nghị chỉnh sửa thành công", 2000);
window.location.reload(true);
}
}).error(function (xhr, status, error) {
console.log("EditSuggestConfirm: " + status + "\nError: " + error);
});
return false;
}