Quiz interactif généré par IA à partir du document : P-CO-25-OB.pdf
Question 1 sur 10 20:00
[{"id":79166,"question":"Quelle est la limite de la fonction f(x) = (x² - 1)\/(x - 1) lorsque x tend vers 1 ?","option_a":"A) 0","option_b":"B) 1","option_c":"C) 2","option_d":"D) La limite n'existe pas","option_e":"","option_f":"","bonne_reponse":"d","explication":"La fonction se simplifie en f(x) = x + 1 pour x ≠ 1. Ainsi, la limite est 1 + 1 = 2.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"d\", \"options\": {\"a\": \"A) 0\", \"b\": \"B) 1\", \"c\": \"C) 2\", \"d\": \"D) La limite n'existe pas\"","_debug_options_count":4},{"id":79167,"question":"Soit une suite géométrique de premier terme u₀ = 3 et de raison q = 2. Quelle est la valeur de u₃ ?","option_a":"A) 6","option_b":"B) 12","option_c":"C) 24","option_d":"D) 48","option_e":"","option_f":"","bonne_reponse":"c","explication":"La formule d'une suite géométrique est uₙ = u₀ × qⁿ. Donc u₃ = 3 × 2³ = 3 × 8 = 24.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"c\", \"options\": {\"a\": \"A) 6\", \"b\": \"B) 12\", \"c\": \"C) 24\", \"d\": \"D) 48\"}}","_debug_options_count":4},{"id":79168,"question":"L'intégrale ∫₀¹ x² dx est égale à :","option_a":"A) 0","option_b":"B) 1\/3","option_c":"C) 1","option_d":"D) 3","option_e":"","option_f":"","bonne_reponse":"b","explication":"L'intégrale de x² est (x³)\/3. Évaluée entre 0 et 1, cela donne (1\/3) - 0 = 1\/3.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"A) 0\", \"b\": \"B) 1\/3\", \"c\": \"C) 1\", \"d\": \"D) 3\"}}","_debug_options_count":4},{"id":79169,"question":"Vrai ou Faux ? La dérivée de la fonction f(x) = ln(x) est f'(x) = 1\/x.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"La dérivée de ln(x) est bien 1\/x, cette propriété est fondamentale en analyse.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4},{"id":79170,"question":"Quelle est la solution de l'équation différentielle y' + 2y = 0 ?","option_a":"A) y = Ce^(2x)","option_b":"B) y = Ce^(-2x)","option_c":"C) y = Cx²","option_d":"D) y = C\/x","option_e":"","option_f":"","bonne_reponse":"b","explication":"L'équation différentielle linéaire du premier ordre y' + ay = 0 a pour solution y = Ce^(-ax). Ici a = 2, donc y = Ce^(-2x).","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"A) y = Ce^(2x)\", \"b\": \"B) y = Ce^(-2x)\", \"c\": \"C) y = Cx²\", \"d\":","_debug_options_count":4},{"id":79171,"question":"Soit une variable aléatoire X suivant une loi normale N(0,1). Quelle est la probabilité P(X ≤ 1) ?","option_a":"A) 0.5","option_b":"B) 0.68","option_c":"C) 0.84","option_d":"D) 0.95","option_e":"","option_f":"","bonne_reponse":"c","explication":"Dans une loi normale centrée réduite, P(X ≤ 1) ≈ 0.8413, soit environ 84%.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"c\", \"options\": {\"a\": \"A) 0.5\", \"b\": \"B) 0.68\", \"c\": \"C) 0.84\", \"d\": \"D) 0.95\"}}","_debug_options_count":4},{"id":79172,"question":"Vrai ou Faux ? La matrice identité est inversible et son inverse est elle-même.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"La matrice identité I vérifie I × I = I, donc elle est inversible et son inverse est I.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4},{"id":79173,"question":"Quelle est la valeur de la somme S = 1 + 2 + 3 + ... + n ?","option_a":"A) n(n+1)","option_b":"B) n(n+1)\/2","option_c":"C) n²","option_d":"D) (n+1)²","option_e":"","option_f":"","bonne_reponse":"b","explication":"La somme des n premiers entiers est donnée par la formule S = n(n+1)\/2, issue de la méthode de Gauss.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"A) n(n+1)\", \"b\": \"B) n(n+1)\/2\", \"c\": \"C) n²\", \"d\": \"D) (n+1)²\"}","_debug_options_count":4},{"id":79174,"question":"Soit f(x) = e^(2x). Quelle est la dérivée seconde f''(x) ?","option_a":"A) 2e^(2x)","option_b":"B) 4e^(2x)","option_c":"C) e^(2x)","option_d":"D) 4x e^(2x)","option_e":"","option_f":"","bonne_reponse":"b","explication":"La dérivée première est f'(x) = 2e^(2x). La dérivée seconde est f''(x) = 4e^(2x).","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"A) 2e^(2x)\", \"b\": \"B) 4e^(2x)\", \"c\": \"C) e^(2x)\", \"d\": \"D) 4x e^(","_debug_options_count":4},{"id":79175,"question":"Vrai ou Faux ? La probabilité de l'événement certain est toujours égale à 0.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"b","explication":"La probabilité de l'événement certain est égale à 1, tandis que celle de l'événement impossible est 0.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4}]
Chargement...
Cliquez sur une réponse pour valider
Les options de réponse ne sont pas disponibles pour cette question.