Quiz interactif généré par IA à partir du document : 63d8dc410e1c0_Exercice 19.pdf
Question 1 sur 10 20:00
[{"id":47848,"question":"Quelle est la dérivée de la fonction f(x) = x² + 3x - 5 ?","option_a":"A. 2x + 3","option_b":"B. x² + 3","option_c":"C. 2x - 5","option_d":"D. x + 3","option_e":"","option_f":"","bonne_reponse":"a","explication":"La dérivée de x² est 2x, celle de 3x est 3, et celle de -5 est 0. Donc f'(x) = 2x + 3.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"A. 2x + 3\", \"b\": \"B. x² + 3\", \"c\": \"C. 2x - 5\", \"d\": \"D. x + 3\"}","_debug_options_count":4},{"id":47849,"question":"La fonction f(x) = 1\/x est définie pour x = 0.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"b","explication":"La fonction f(x) = 1\/x n'est pas définie en x = 0 car la division par zéro est impossible.","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},{"id":47850,"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":"c","explication":"En factorisant, on obtient f(x) = (x-1)(x+1)\/(x-1) = x+1 pour x ≠ 1. Donc lim(x→1) f(x) = 2.","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\", \"b\": \"B. 1\", \"c\": \"C. 2\", \"d\": \"D. La limite n'existe pas\"","_debug_options_count":4},{"id":47851,"question":"Soit une suite géométrique de premier terme u₀ = 2 et de raison q = 3. Quel est le terme u₃ ?","option_a":"A. 6","option_b":"B. 18","option_c":"C. 54","option_d":"D. 162","option_e":"","option_f":"","bonne_reponse":"c","explication":"Le terme général d'une suite géométrique est uₙ = u₀ × qⁿ. Donc u₃ = 2 × 3³ = 54.","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. 18\", \"c\": \"C. 54\", \"d\": \"D. 162\"}}","_debug_options_count":4},{"id":47852,"question":"L'intégrale ∫(0 à 1) x² dx est égale à 1\/3.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"L'intégrale de x² entre 0 et 1 est [x³\/3]₀¹ = 1\/3 - 0 = 1\/3. L'affirmation est donc vraie.","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":47853,"question":"Quelle est la valeur de C₅² (combinaison de 5 éléments pris 2 à 2) ?","option_a":"A. 5","option_b":"B. 10","option_c":"C. 15","option_d":"D. 20","option_e":"","option_f":"","bonne_reponse":"b","explication":"C₅² = 5! \/ (2! × (5-2)!) = (5×4)\/(2×1) = 10.","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. 5\", \"b\": \"B. 10\", \"c\": \"C. 15\", \"d\": \"D. 20\"}}","_debug_options_count":4},{"id":47854,"question":"Soit f(x) = eˣ. Quelle est la dérivée seconde f''(x) ?","option_a":"A. eˣ","option_b":"B. 2eˣ","option_c":"C. eˣ + 1","option_d":"D. 0","option_e":"","option_f":"","bonne_reponse":"a","explication":"La dérivée première de eˣ est eˣ, et la dérivée seconde est donc aussi eˣ.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"A. eˣ\", \"b\": \"B. 2eˣ\", \"c\": \"C. eˣ + 1\", \"d\": \"D. 0\"}}","_debug_options_count":4},{"id":47855,"question":"L'équation x² - 4x + 4 = 0 admet deux solutions réelles distinctes.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"b","explication":"Le discriminant Δ = (-4)² - 4×1×4 = 0. L'équation admet donc une solution réelle double (x=2).","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},{"id":47856,"question":"Quelle est la valeur de l'intégrale ∫(0 à π) sin(x) dx ?","option_a":"A. 0","option_b":"B. 1","option_c":"C. 2","option_d":"D. π","option_e":"","option_f":"","bonne_reponse":"c","explication":"L'intégrale de sin(x) entre 0 et π est [-cos(x)]₀ᵖ = -cos(π) - (-cos(0)) = 1 + 1 = 2.","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\", \"b\": \"B. 1\", \"c\": \"C. 2\", \"d\": \"D. π\"}}","_debug_options_count":4},{"id":47857,"question":"Soit une variable aléatoire X suivant une loi normale N(0,1). Quelle est la probabilité P(X ≤ 0) ?","option_a":"A. 0","option_b":"B. 0.5","option_c":"C. 1","option_d":"D. 0.34","option_e":"","option_f":"","bonne_reponse":"b","explication":"Pour une loi normale centrée réduite, P(X ≤ 0) = 0.5 car la distribution est symétrique autour de 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\": \"A. 0\", \"b\": \"B. 0.5\", \"c\": \"C. 1\", \"d\": \"D. 0.34\"}}","_debug_options_count":4}]
Chargement...
Cliquez sur une réponse pour valider
Les options de réponse ne sont pas disponibles pour cette question.