Each of the students in a certain class received a grade of A, B, or C (2024)

Each of the students in a certain class received a grade of A, B, or C (1)

L

Bunuel

Math Expert

Joined: 02 Sep 2009

Posts: 94034

Each of the students in a certain class received a grade of A, B, or C[#permalink]25 Jun 2024, 01:30

1

Kudos

1

Bookmarks

Expert Reply

';$(this).html(tpl);});};}function store_answer( answer ){var timer_duration = 0;//timer_offset = 0;if(timer_stop_time !== null && timer_start_time !== null){timer_duration = Math.floor( ( timer_stop_time.getTime() - timer_start_time.getTime() ) / 1000);}var url = "/forum/timer.php?topic_id=431628&user_id=1&timer_duration=" + timer_duration + "&timer_answer=" + answer + "&r=" + Math.random() + "&sid=4a32a8231f0ae07710904cbee11efbc4";sendAjax( "GET", url, callbackStoreAnswer );}var timer_offset = 0;function timer_click(){if ( timer_id == 0 ){//document.getElementById('timer_button').src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/timer_stop.png";document.getElementById('timer_button').src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/timer_pause_btn.png";document.getElementById('timer_message').innerHTML = "";var i = 0;$('.statisticWrap').each(function() {var sumbol = '', value = 0;switch(i){case 0:{sumbol = 'a';value = 11;}break;case 1:{sumbol = 'b';value = 12;}break;case 2:{sumbol = 'c';value = 13;}break;case 3:{sumbol = 'd';value = 14;}break;case 4:{sumbol = 'e';value = 15;}break;}$(this).removeClass('correctAnswer');var tpl = '

'+sumbol.toUpperCase()+'

';$(this).html(tpl);i++;});timer_start_time = new Date();timer_start_time.setTime(timer_start_time.getTime() - timer_offset);document.getElementById('timer_display').classList.add('playing');if(timer_offset > 0)timer_loop();elsedocument.getElementById('timer_display').innerHTML = "00:00";timer_id = setInterval( timer_loop, 200 );selected_answer = null;//document.getElementById('timer_button').style.visibility = 'hidden';//document.getElementById('timer_abcde_block').style.display = 'none';}else{timer_stop_time = new Date();timer_offset = timer_stop_time.getTime() - timer_start_time.getTime();clearInterval( timer_id );timer_id = 0;document.getElementById('timer_button').src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/timer_play_btn.png";document.getElementById('timer_display').classList.remove('playing');if(selected_answer !== null)store_answer(0);}}function blink_right_answer(){var element = document.getElementById( 'timer_answer_'+'Official Answer and Stats are available only to registered users.Register/Login.'.toLowerCase() );if ( element != null ){if( element.style.visibility == "hidden" ){element.style.visibility = "visible";} else {element.style.visibility = "hidden";}}}function timer_loop(){var current_time = new Date();var timer_elapsed = 0;var timer_minutes = 0;var timer_seconds = 0;timer_elapsed = current_time.getTime() - timer_start_time.getTime();timer_elapsed = Math.floor(timer_elapsed / 1000);timer_minutes = Math.floor(timer_elapsed / 60);timer_seconds = timer_elapsed - timer_minutes * 60;if( timer_minutes < 10 ){timer_minutes= "0" + timer_minutes;}if( timer_seconds < 10 ){timer_seconds = "0" + timer_seconds;}document.getElementById('timer_display').innerHTML = timer_minutes + ":" + timer_seconds;}function write_timer_message( message ){document.getElementById( 'timer_message' ).innerHTML = message;}/*** !!!*/function write_timer_difficulty( percentile ){// console.log( 'write_timer_difficulty - in_percentile = ' + percentile);if(percentile > 0){var tpl_status = '';if(percentile>0 && percentile<=29){tpl_status += 'Each of the students in a certain class received a grade of A, B, or C (5)';tpl_status += 'Each of the students in a certain class received a grade of A, B, or C (6)';tpl_status += 'Each of the students in a certain class received a grade of A, B, or C (7)';}else if(percentile>=30 && percentile<=69){tpl_status += 'Each of the students in a certain class received a grade of A, B, or C (8)';tpl_status += 'Each of the students in a certain class received a grade of A, B, or C (9)';tpl_status += 'Each of the students in a certain class received a grade of A, B, or C (10)';} else if(percentile>=70 && percentile<=99){tpl_status += 'Each of the students in a certain class received a grade of A, B, or C (11)';tpl_status += 'Each of the students in a certain class received a grade of A, B, or C (12)';tpl_status += 'Each of the students in a certain class received a grade of A, B, or C (13)';}var tpl = '';tpl += '

Difficulty:

';tpl += '

';tpl += '';tpl += tpl_status;tpl += '';tpl += '';tpl += ''+getLabelPercentile(percentile)+' ('+getLabelPercentileStatus(percentile)+')';tpl += '

';document.getElementById( 'timer_difficulty' ).innerHTML = tpl;}}/*** !!!*/function getLabelPercentileStatus(in_percentile){var status = 'low';if(in_percentile >= 0 && in_percentile <= 29) {status = 'low';}else if(in_percentile >= 30 && in_percentile <= 69){status = 'medium';} else if(in_percentile >= 70 && in_percentile <= 99){status = 'hard';}return status;}function getLabelPercentile( in_percentile ){var percentile = '0%';if(in_percentile >= 0 && in_percentile <= 9){percentile = '5%';} else if(in_percentile >= 10 && in_percentile <= 19){percentile = '15%';}else if(in_percentile >= 20 && in_percentile <= 29){percentile = '25%';}else if( in_percentile >= 30 && in_percentile <= 39){percentile = '35%';}else if( in_percentile >= 40 && in_percentile <= 49){percentile = '45%';}else if(in_percentile >= 50 && in_percentile <= 59){percentile = '55%';}else if(in_percentile >= 60 && in_percentile <= 69){percentile = '65%';}else if(in_percentile >= 70 && in_percentile <= 79){percentile = '75%';}else if(in_percentile >= 80 && in_percentile <= 89){percentile = '85%';}else if(in_percentile >= 90 && in_percentile <= 99){percentile = '95%';}return percentile;}function enable_timer_answer_group(){if ( show_answer_id != 0 ){clearInterval( show_answer_id );show_answer_id = 0;}var element = document.getElementById( 'timer_answer_' + 'Official Answer and Stats are available only to registered users.Register/Login.'.toLowerCase() );if ( element != null ){element.style.visibility = "visible";}//document.getElementById('timer_button').style.visibility = 'visible';//document.getElementById('timer_abcde_block').style.display = 'block';if( document.getElementById( 'timer_answer_1' ) ){document.getElementById( 'timer_answer_1' ).disabled = false;}if( document.getElementById( 'timer_answer_2' ) ){document.getElementById( 'timer_answer_2' ).disabled = false;}if( document.getElementById( 'timer_answer_3')){document.getElementById( 'timer_answer_3').disabled = false;}if ( document.getElementById( 'timer_answer_a' ) ){document.getElementById( 'timer_answer_a' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/a_white.png";document.getElementById( 'timer_answer_a' ).onclick = function() { timer_answer( 11 ) };}if ( document.getElementById( 'timer_answer_b' ) ){document.getElementById( 'timer_answer_b' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/b_white.png";document.getElementById( 'timer_answer_b' ).onclick = function() { timer_answer( 12 ) };}if ( document.getElementById( 'timer_answer_c' ) ){document.getElementById( 'timer_answer_c' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/c_white.png";document.getElementById( 'timer_answer_c' ).onclick = function() { timer_answer( 13 ) };}if ( document.getElementById( 'timer_answer_d' ) ){document.getElementById( 'timer_answer_d' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/d_white.png";document.getElementById( 'timer_answer_d' ).onclick = function() { timer_answer( 14 ) };}if ( document.getElementById( 'timer_answer_e' ) ){document.getElementById( 'timer_answer_e' ).src="https://cdn.gmatclub.com/cdn/files/forum/styles/gmatclub_light/theme/images/viewtopic/buttons/e_white.png";document.getElementById( 'timer_answer_e' ).onclick = function() { timer_answer( 15 ) };}}/* Timer Mod End-------------- */

Each of the students in a certain class received a grade of A, B, or C (15)

Show timer

00:00

A

B

C

D

E

Difficulty:

Each of the students in a certain class received a grade of A, B, or C (16)Each of the students in a certain class received a grade of A, B, or C (17)Each of the students in a certain class received a grade of A, B, or C (18)45%(medium)

Question Stats:

79%(01:16)correctEach of the students in a certain class received a grade of A, B, or C (19)21%(00:49) wrongEach of the students in a certain class received a grade of A, B, or C (20)based on38sessions

HideShowDIFFICULTY AND TIMER STATISTICS

­Each of the students in a certain class received a grade of A, B, or C. What percent of the students in the class were males?

(1) Of those who receive an A, 30 percent were males
(2) Of those who received either a B or C, 60 percent were females

This is a Data Sufficiency Butler Question

    Check the links to other Butler Projects:
    • Data Sufficiency Butler
    • Problem Solving Butler
    • Sentence Correction Butler
    • Reading Comprehension Butler
    • Integrated Reasoning Butler

­

ShowHide Answer

Official Answer

Official Answer and Stats are available only to registered users.Register/Login.

_________________

New to the GMAT CLUB Forum?

    Posting Rules: QUANTITATIVE | VERBAL.
    Guides and Resources: QUANTITATIVE | VERBAL | Ultimate GMAT Quantitative Megathread | All You Need for Quant
    Questions' Bank By Tags and Difficulty: GMAT Club's Complete Questions' Bank

My Signature Questions' Collection:

    Bunuel's Signature Questions' Collection


What are GMAT Club Tests?
Extra-hard Quant Tests with Brilliant Analytics

Signature Read More

request expert reply

Each of the students in a certain class received a grade of A, B, or C (22)

G

Purnank

Senior Manager

Each of the students in a certain class received a grade of A, B, or C (23)

Joined: 05 Jan 2024

Posts: 320

Location: India

Concentration: General Management, Strategy

Re: Each of the students in a certain class received a grade of A, B, or C[#permalink]25 Jun 2024, 04:16

1

Kudos

­I think E,

From eiether of the given statements we are not clear about the distribution of grades A, B and C in the class. Hence we cant find percentage of male students in the class.

Each of the students in a certain class received a grade of A, B, or C (25)

G

PranavVyas

Manager

Each of the students in a certain class received a grade of A, B, or C (26)

Joined: 13 Aug 2020

Posts: 99

Concentration: Marketing, Operations

Schools: IIM-A '24 IIMB '25

GMAT 1: 540 Q15 V29

WE:Operations (Manufacturing)

Re: Each of the students in a certain class received a grade of A, B, or C[#permalink]25 Jun 2024, 08:31

1

Kudos

IMO E

(1) Of those who receive an A, 30 percent were males- Missing overall (B & C grades boys) % information about boys, Insufficient

(2) Of those who received either a B or C, 60 percent were females - Missing overall % information about boys, Insufficient

Combine- A+B+C, still can't find % for boys due to missing specific values.

Option E

Each of the students in a certain class received a grade of A, B, or C (28)

S

ribbons

Manager

Each of the students in a certain class received a grade of A, B, or C (29)

Joined: 26 Dec 2023

Posts: 71

Re: Each of the students in a certain class received a grade of A, B, or C[#permalink]26 Jun 2024, 02:56

1

Kudos

May you please share why its C not E

Each of the students in a certain class received a grade of A, B, or C (31)

S

ribbons

Manager

Each of the students in a certain class received a grade of A, B, or C (32)

Joined: 26 Dec 2023

Posts: 71

Re: Each of the students in a certain class received a grade of A, B, or C[#permalink]26 Jun 2024, 03:19

1

Kudos

Bunuel chetan2u may you please explain why its C not E­

Each of the students in a certain class received a grade of A, B, or C (34)

L

chetan2u

RC & DI Moderator

Joined: 02 Aug 2009

Status:Math and DI Expert

Posts: 11430

Re: Each of the students in a certain class received a grade of A, B, or C[#permalink]26 Jun 2024, 03:26

1

Kudos

Expert Reply

ribbons wrote:

Bunuel chetan2u may you please explain why its C not E­

Yes, in the present form, the answer should be E.

I believe either the percentage in statement II should be 70 and not 60 orthe percentage in statement I should be 40 and not 30.

Posted from my mobile device­
_________________

1. Absolute modulus:. 2. Fractions: 3. Percentage increase: 4. Combinations:

Signature Read More

Each of the students in a certain class received a grade of A, B, or C (38)

L

Bunuel

Math Expert

Joined: 02 Sep 2009

Posts: 94034

Re: Each of the students in a certain class received a grade of A, B, or C[#permalink]26 Jun 2024, 03:45

Expert Reply

Yes, the OA is E. Fixed it. Thank you all for noticing!
_________________

New to the GMAT CLUB Forum?

    Posting Rules: QUANTITATIVE | VERBAL.
    Guides and Resources: QUANTITATIVE | VERBAL | Ultimate GMAT Quantitative Megathread | All You Need for Quant
    Questions' Bank By Tags and Difficulty: GMAT Club's Complete Questions' Bank

My Signature Questions' Collection:

    Bunuel's Signature Questions' Collection


What are GMAT Club Tests?
Extra-hard Quant Tests with Brilliant Analytics

Signature Read More

Each of the students in a certain class received a grade of A, B, or C (43)

gmatclubot

Re: Each of the students in a certain class received a grade of A, B, or C[#permalink]

26 Jun 2024, 03:45

Each of the students in a certain class received a grade of A, B, or C (2024)

References

Top Articles
Latest Posts
Article information

Author: Dr. Pierre Goyette

Last Updated:

Views: 6540

Rating: 5 / 5 (70 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Dr. Pierre Goyette

Birthday: 1998-01-29

Address: Apt. 611 3357 Yong Plain, West Audra, IL 70053

Phone: +5819954278378

Job: Construction Director

Hobby: Embroidery, Creative writing, Shopping, Driving, Stand-up comedy, Coffee roasting, Scrapbooking

Introduction: My name is Dr. Pierre Goyette, I am a enchanting, powerful, jolly, rich, graceful, colorful, zany person who loves writing and wants to share my knowledge and understanding with you.