1. Um número inteiro positivo é chamado de interessante quando termina com um algarismo que é igual ao produto de
seus demais algarismos. Por exemplo, 326 e 1020 são interessantes, pois 3 x 2 = 6 e 1 x 0 x 2 = 0.
2. Números naturais devem ser escritos dentro de cada círculo vazio da fi gura, de
modo que a soma dos números escritos em três círculos alinhados e consecutivos
seja sempre a mesma.
4. O triângulo retângulo ABC tem catetos de medidas AB = 10 e AC = 10. O ponto P sobre o lado AB está a uma
distância x de A. O ponto Q sobre o lado AC é tal que PQ é paralelo a BC. Os pontos R e S sobre BC são tais que QR
é paralelo a AB e PS é paralelo a AC. A união dos paralelogramos PBRQ e PSCQ determina uma região cinza de área
f(x) no interior do triângulo ABC.
5. Em uma caixa há 6 barbantes idênticos. Em cada etapa, duas extremidades
de barbantes são escolhidas ao acaso e amarradas com um nó. O processo é
repetido até que não haja mais extremidades livres.
6. Pedro deve preencher um tabuleiro retangular 9 2018 × com
os números do conjunto {1,2,..., 2018} usando cada número do
conjunto exatamente 9 vezes. Além disso, a diferença entre dois
números numa mesma coluna não pode ser maior do que 3.
Em Breve!
Em Breve!
Em Breve!
Em Breve!
Em Breve!
Em Breve!
Em Breve!
');
$('#modalVideos').modal({
backdrop: "static"
});
}
function verVideoExercicio(id, idyoutube, titulo){
var time = "conteudopessoa("+ id +",2);sInterval = setInterval(function(){conteudopessoa("+ id +",2);}, 30000)";
$('#modalVideosLabel').html('');
$('#modalVideosLabel').html(titulo);
$('#modalVideosBody').html('');
$('#modalVideosBody').html('');
$('#modalVideos').modal({
backdrop: "static"
});
}
$(function(){
$('#modalVideos').on('hidden.bs.modal', function (e) {
$('#modalVideosBody').html('');
clearInterval(sInterval);
});
});
function baixarVideo(id, titulo){
$('#modalDownloadLabel').html('');
$('#modalDownloadLabel').html(titulo);
$('#modalDownloadBody').html('
');
$('#modalDownload').modal({
backdrop: "static"
});
$.ajax({
type: 'POST',
url: 'https://portaldaobmep.impa.br/index.php/modulo/ajaxdownload',
data:{ "id": id },
success:function(data){
$('#modalDownloadBody').html(data);
},
dataType:'html'
});
}
function descricaoVideo(id, nome){
$('#modalDescricaoLabel').html('');
$('#modalDescricaoLabel').html(nome);
$('#modalDescricaoBody').html('');
$.ajax({
type: 'POST',
url: 'https://portaldaobmep.impa.br/index.php/modulo/ajaxdescricao',
data:{ "id": id },
success:function(data){
$('#modalDescricaoBody').html(data);
},
dataType:'html'
});
$('#modalDescricaoBody').html('');
$('#modalDescricao').modal({
backdrop: "static"
});
}
function verExercicio(id, titulo){
var time = "";
$('#modalExerciciosLabel').html('');
$('#modalExerciciosLabel').html(titulo);
$('#modalExerciciosBody').html('');
$.ajax({
type: 'POST',
url: 'https://portaldaobmep.impa.br/index.php/modulo/ajaxsolucao',
data:{ "id": id },
success:function(data){
$('#modalExerciciosBody').html(data + time);
var math = document.getElementById("modalExerciciosBody");
MathJax.Hub.Queue(["Typeset",MathJax.Hub,math]);
},
dataType:'html'
});
}
$(function(){
$('#modalExercicios').on('hidden.bs.modal', function (e) {
$('#modalExerciciosBody').html('');
clearInterval(sInterval);
});
});
function verInterativo(id, titulo){
var time = "";
$('#modalInterativoLabel').html('');
$('#modalInterativoLabel').html(titulo);
$('#modalInterativoBody').html('');
$.ajax({
type: 'POST',
url: 'https://portaldaobmep.impa.br/index.php/modulo/ajaxinterativo',
data:{ "id": id },
success:function(data){
$('#modalInterativoBody').html(data + time);
var math = document.getElementById("modalInterativoBody");
MathJax.Hub.Queue(["Typeset",MathJax.Hub,math]);
},
dataType:'html'
});
}
function verInterativoFull(id, titulo){
var time = "";
$('#modalInterativoFullBody').html('');
$.ajax({
type: 'POST',
url: 'https://portaldaobmep.impa.br/index.php/modulo/ajaxinterativo',
data:{ "id": id },
success:function(data){
$('#modalInterativoFullBody').html(data + time);
var math = document.getElementById("modalInterativoFullBody");
MathJax.Hub.Queue(["Typeset",MathJax.Hub,math]);
},
dataType:'html'
});
}
$(function(){
$('#modalInterativo').on('hidden.bs.modal', function (e) {
$('#modalInterativoBody').html('');
clearInterval(sInterval);
});
});
$(function(){
$('#modalInterativoFull').on('hidden.bs.modal', function (e) {
$('#modalInterativoFullBody').html('');
clearInterval(sInterval);
});
});
function verQuiz(id, titulo){
var time = "";
$('#modalQuizLabel').html('');
$('#modalQuizLabel').html(' '+titulo);
$('#modalQuizBody').html('
');
$('#modalQuizBody').addClass('grid-view-loading');
$('#modalQuiz').modal({
backdrop: "static"
});
$.ajax({
type: 'POST',
url: 'https://portaldaobmep.impa.br/index.php/modulo/ajaxquiz',
data:{ "id": id , "modulo_id":1005},
success:function(data){
$('#modalQuizBody').removeClass('grid-view-loading');
$('#modalQuizBody').html(data + time);
var math = document.getElementById("#modalQuizBody");
MathJax.Hub.Queue(["Typeset",MathJax.Hub,math]);
},
dataType:'html',
error: function (jqXHR, textStatus, errorThrown) {
let errorCode = jqXHR.status;
let errorMessage = jqXHR.responseText;
if(errorCode == '404'){
$('#modalQuizBody').removeClass('grid-view-loading');
$('#modalQuizBody').html(errorMessage);
}
}
});
}
function verQuizModulo(titulo){
var time = "";
$('#modalQuizLabel').html('');
$('#modalQuizLabel').html(' '+titulo);
$('#modalQuizBody').html('
');
$('#modalQuizBody').addClass('grid-view-loading');
$('#modalQuiz').modal({
backdrop: "static"
});
$.ajax({
type: 'POST',
url: 'https://portaldaobmep.impa.br/index.php/modulo/ajaxquizmodulo',
data:{ "modulo_id":1005},
success:function(data){
$('#modalQuizBody').removeClass('grid-view-loading');
$('#modalQuizBody').html(data + time);
var math = document.getElementById("#modalQuizBody");
MathJax.Hub.Queue(["Typeset",MathJax.Hub,math]);
},
dataType:'html',
error: function (jqXHR, textStatus, errorThrown) {
let errorCode = jqXHR.status;
let errorMessage = jqXHR.responseText;
if(errorCode == '404'){
$('#modalQuizBody').removeClass('grid-view-loading');
$('#modalQuizBody').html(errorMessage);
}
}
});
}
function conteudopessoa(conteudo_id,tipo_conteudo_id){
var assunto_id = 5;
$.ajax({
type: 'POST',
url: 'https://portaldaobmep.impa.br/index.php/modulo/ajaxconteudopessoa',
data:{ "modulo_id": 1005,"conteudo_id" : conteudo_id,tipo_conteudo_id : tipo_conteudo_id,identificador : identificador,"assunto_id":assunto_id},
});
}
function fecharModalQuiz(){
if(confirm("Tem certeza que deseja fechar o Teste? \nO Teste será encerado e na proxima vez ele for aberto, o Teste terá reiniciado."))
{
$('#modalQuiz').modal('hide');
}
}
//-->
Login
Atenção!
Você possue duas contas no portal da matemática, e a conta que você acabou de se logar, NÃO É VÁLIDA para uso no OBMEP na Escola/PIC!
Use o usuário e senha fornecidos para uso no projeto (Usuário do OBMEP na Escola ou PIC).