Welcome to MCQ Assam School. This post contains 30 MCQs (Multiple Choice Questions) on the Class 9 Mathematics Chapter 10. The name of the chapter is “Heron’s Formula”. So, basically, this post contains 30 MCQs on Heron’s Formula. These MCQs will help you to understand the chapter better and will also help you prepare for your exam.
![form id=quizForm
div class=quiz-question
h41. What term describes the natural state of an object at rest according to early scientistsh4
div class=quiz-options
labelinput type=radio name=q1 value=A A. Motionlabel
labelinput type=radio name=q1 value=B B. Inertialabel
labelinput type=radio name=q1 value=C C. Restlabel
labelinput type=radio name=q1 value=D D. Equilibriumlabel
div
div
div class=quiz-question
h42. If a marble is released on a frictionless inclined plane, what will it do according to Galileoh4
div class=quiz-options
labelinput type=radio name=q2 value=A A. Roll indefinitelylabel
labelinput type=radio name=q2 value=B B. Come to a stoplabel
labelinput type=radio name=q2 value=C C. Roll and then stoplabel
labelinput type=radio name=q2 value=D D. Roll back to its original heightlabel
div
div
button type=button class=submit-btn onclick=submitQuiz()Submitbutton
form
div class=result-container id=resultContainer
p id=scorep
pReview Your Answers Above.p
divscript
const answers = {
q1 'C', q2 'B', q3 'B', q4 'C', q5 'D', q6 'B', q7 'B', q8 'B', q9 'A', q10 'B',
q11 'A', q12 'C', q13 'C', q14 'A', q15 'B', q16 'B', q17 'C', q18 'A', q19 'B', q20 'D',
q21 'B', q22 'B', q23 'C', q24 'C', q25 'B', q26 'B', q27 'C', q28 'C', q29 'A', q30 'D'
};function submitQuiz() {
const form = document.getElementById('quizForm');
const formData = new FormData(form);
let score = 0;
let total = 30;for (let [key, value] of formData.entries()) {
if (value === answers[key]) {
score++;
document.querySelector(`input[name=${key}][value=${value}]`).parentElement.classList.add('correct');
document.querySelector(`input[name=${key}][value=${value}]`).parentElement.classList.add('icon', 'correct');
} else {
document.querySelector(`input[name=${key}][value=${value}]`).parentElement.classList.add('incorrect');
document.querySelector(`input[name=${key}][value=${value}]`).parentElement.classList.add('icon', 'incorrect');
document.querySelector(`input[name=${key}][value=${answers[key]}]`).parentElement.classList.add('correct');
document.querySelector(`input[name=${key}][value=${answers[key]}]`).parentElement.classList.add('icon', 'correct');
}
}Disable all radio buttons
const allRadioButtons = document.querySelectorAll('input[type=radio]');
allRadioButtons.forEach(button = {
button.disabled = true;
});document.getElementById('score').innerText = `You scored ${score} out of ${total}`;
document.getElementById('resultContainer').style.display = 'block';
}
scriptstyle
.quiz-question {
margin-bottom 10px;
}
.quiz-options {
margin-bottom 20px;
}
.quiz-options label {
display block;
margin-bottom 5px;
text-align left;
}
.quiz-options input {
margin-right 10px;
}
.submit-btn {
display block;
width 100%;
padding 10px;
background-color #28a745;
color white;
border none;
border-radius 4px;
cursor pointer;
font-size 16px;
}
.submit-btnhover {
background-color #218838;
}
.result-container {
display none;
text-align center;
margin-top 20px;
}
.correct {
color green;
font-weight bold;
}
.incorrect {
color red;
font-weight bold;
}
.result-container p {
font-size 18px;
}
.icon {
font-size 18px;
}
.icon.correctbefore {
content ✔;
color green;
margin-right 5px;
}
.icon.incorrectbefore {
content ✘;
color red;
margin-right 5px;
}
style](https://mcq.assamschool.in/wp-content/uploads/2025/03/MCQ-on-Herons-Formula-1024x536.webp)
The Chapter deals with the following topics:
- Area of a Triangle — by Heron’s Formula
- and Examples
These MCQs can also act as a Mock Test. There are 30 MCQs. There are four options for each question. Out of the four options, only one option is correct. Choose the correct options for each question and click on the submit button to see the results. You can also, review your answers. For each right option, you will see a green check mark and for each wrong option, you will see a red cross mark. If the chosen option is wrong then a green check mark will appear near the right option. This way you will know the right answer.
Let’s begin.
30 MCQs on Heron’s Formula for Class 9 Maths Chapter 10
Review Your Answers Above.
Related Posts
- MCQ on Number Systems | Class 9 Mathematics Chapter 1
- MCQ on Polynomials | Class 9 Mathematics Chapter 2
- MCQ on Coordinate Geometry | Class 9 Mathematics Chapter 3
- MCQ on Linear Equations in Two Variables | Class 9 Mathematics Chapter 4
- MCQ on Introduction to Euclid’s Geometry | Class 9 Mathematics Chapter 5
- MCQ on Lines and Angles | Class 9 Mathematics Chapter 6
- MCQ on Triangles | Class 9 Mathematics Chapter 7
- MCQ on Quadrilaterals | Class 9 Mathematics Chapter 8
- MCQ on Circles | Class 9 Mathematics Chapter 9
- MCQ on Surface Areas and Volumes | Class 9 Mathematics Chapter 11
- MCQ on Statistics | Class 9 Mathematics Chapter 12
The Bottom Line
I hope these 30 Multiple-choice questions have helped you learn more about Class 9 Mathematics Chapter 10 (Heron’s Formula) in detail. You can retake the test anytime you want by refreshing the page and review your results.
If you like the content of this post, share it with your friends. They might also benefit from these MCQs.
Check out for more MCQs on other chapters of Class 9 Mathematics. We also have MCQs on other subjects ranging from Class 5 to 10.

Abdur Rohman is an Electrical Engineer from Charaideo, Assam, who wears multiple hats as a part-time teacher, blogger, entrepreneur, and digital marketer. Passionate about education, he founded The Assam School blog to provide free, comprehensive textbook solutions, MCQs (Multiple Choice Questions), and other academic content for students from Class V to XII.