🚀 Download 21 Must‑Solve Questions for Class 10 Boards!
// Add custom schema markup to homepage function saplingacademy_homepage_schema() { if ( is_front_page() ) { // Only output on homepage } } add_action('wp_head', 'saplingacademy_homepage_schema');

December 2023

Q) Find the mode of the following frequency distribution: Ans: Since the modal class is the class with the highest frequency. In the given question, class “40 – 50” has 17 frequency which is the highest frequency among all other classes. Hence, modal class is “40 – 50”. Now mode of the grouped data is calculated

Find the mode of the following frequency distribution: Read More »

Scroll to Top