Geometry is the study of shapes, sizes, and the properties of space. It explores points, lines, angles, surfaces, and solids. Used in architecture, art, navigation, and more, geometry helps us understand spatial relationships.
Mensuration deals with the measurement of area, perimeter, surface area, and volume of geometric figures. It helps us calculate space, length, and capacity in real-life situations.
const explanations = { q1: "180° is the sum of interior angles in any triangle.", q2: "πr² = 22/7×7×7 = 154 cm²", q3: "Perimeter = 4 × side = 4×6 = 24 cm", q4: "Volume = a³ = 5×5×5 = 125 cm³", q5: "Area = l×b = 8×3 = 24 cm²", q6: "A circle has no vertex, only a curved line.", q7: "Cuboid has 6 faces (top, bottom, front, back, left, right)", q8: "Diameter = 2 × radius", q9: "Isosceles triangle has two equal sides", q10: "Surface area = 6a² = 6×4×4 = 96 cm²" };
function checkAnswers() { let score = 0; for (let i = 1; i <= 10; i++) { const q = document.querySelector(`input[name="q${i}"]:checked`); const explanationDiv = document.getElementById("e" + i); if (q) { if (q.value === answers["q" + i]) { score++; explanationDiv.innerHTML = `Correct! ✅ ${explanations["q" + i]}`; } else { explanationDiv.innerHTML = `Wrong! ❌ ${explanations["q" + i]}`; } } else { explanationDiv.innerHTML = `No answer selected. ❌ ${explanations["q" + i]}`; } } document.getElementById("score").innerHTML = `🎯 Your Score: ${score} / 10`; }
Have you ever noticed that one English word can have more than one meaning? 🤔This…
বিজ্ঞান (কেন ও কিভাবে) বিষয়ক ২০টি প্রশ্ন ও সহজ উত্তরের তালিকা বাংলায় দেওয়া হলো—শিক্ষার্থীদের জন্য…
ARTICLES – 100 COMMON ERRORS---🔴 1. WRONG USE OF “A / AN” (25)1. ❌ a…
✏️Cleanliness is one of the most important habits in our life. It means keeping our…
https://youtube.com/shorts/t7bY7R_OYaY?si=oTu2RK44HZn6cfM2 Learn English Daily. Article
https://videopress.com/v/ju0djxDI?resizeToParent=true&cover=true&preloadContent=metadata&useAverageColor=true Here are 10 short Hindi sentences with their English translations:1. मैं स्कूल जाता हूँ।→…