If 8^r/4^s =2^t, then what is r in terms of s and t ? (2024)

If 8^r/4^s =2^t, then what is r in terms of s and t ? (1)

L

Bunuel

Math Expert

Joined: 02 Sep 2009

Posts: 93583

If 8^r/4^s =2^t, then what is r in terms of s and t ?[#permalink]24 Oct 2019, 02:14

2

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=308935&user_id=1&timer_duration=" + timer_duration + "&timer_answer=" + answer + "&r=" + Math.random() + "&sid=e8577d07641ee60d760ade2301bcb346";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 += 'If 8^r/4^s =2^t, then what is r in terms of s and t ? (5)';tpl_status += 'If 8^r/4^s =2^t, then what is r in terms of s and t ? (6)';tpl_status += 'If 8^r/4^s =2^t, then what is r in terms of s and t ? (7)';}else if(percentile>=30 && percentile<=69){tpl_status += 'If 8^r/4^s =2^t, then what is r in terms of s and t ? (8)';tpl_status += 'If 8^r/4^s =2^t, then what is r in terms of s and t ? (9)';tpl_status += 'If 8^r/4^s =2^t, then what is r in terms of s and t ? (10)';} else if(percentile>=70 && percentile<=99){tpl_status += 'If 8^r/4^s =2^t, then what is r in terms of s and t ? (11)';tpl_status += 'If 8^r/4^s =2^t, then what is r in terms of s and t ? (12)';tpl_status += 'If 8^r/4^s =2^t, then what is r in terms of s and t ? (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-------------- */

If 8^r/4^s =2^t, then what is r in terms of s and t ? (15)

Show timer

00:00

A

B

C

D

E

Difficulty:

If 8^r/4^s =2^t, then what is r in terms of s and t ? (16)If 8^r/4^s =2^t, then what is r in terms of s and t ? (17)If 8^r/4^s =2^t, then what is r in terms of s and t ? (18)15%(low)

Question Stats:

78%(01:01)correctIf 8^r/4^s =2^t, then what is r in terms of s and t ? (19)22%(01:26) wrongIf 8^r/4^s =2^t, then what is r in terms of s and t ? (20)based on144sessions

HideShowDIFFICULTY AND TIMER STATISTICS

If \(\frac{8^r}{4^s}=2^t\), then what is r in terms of s and t ?

A. \(s + t + 1\)

B. \(s + t + 5\)

C. \(\frac{2s+t}{3}\)

D. \(\frac{2st}{3}\)

E. \(\frac{s}{2}+\frac{t}{4}\)

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

If 8^r/4^s =2^t, then what is r in terms of s and t ? (22)

D

lacktutor

Director

If 8^r/4^s =2^t, then what is r in terms of s and t ? (23)

Joined: 25 Jul 2018

Posts: 667

If 8^r/4^s =2^t, then what is r in terms of s and t ?[#permalink]24 Oct 2019, 02:45

Mohammadmo wrote:

2^3r /2^2s=2^t
3r/2s=t
r=2st/3
Option D

Posted from my mobile device

\(\frac{2^{3r}}{2^{2s}}= 2^{t}\)

—>\(2^{3r—2s}= 2^{t}\)

3r—2s= t
r=\(\frac{( 2s+ t )}{3}\)

The answer is C.

If 8^r/4^s =2^t, then what is r in terms of s and t ? (25)

G

Mohammadmo

Senior Manager

If 8^r/4^s =2^t, then what is r in terms of s and t ? (26)

Joined: 29 Jun 2019

Posts: 358

Re: If 8^r/4^s =2^t, then what is r in terms of s and t ?[#permalink]24 Oct 2019, 02:29

2^3r /2^2s=2^t
3r/2s=t
r=2st/3
Option D

Posted from my mobile device
_________________

Always waiting

Signature Read More

If 8^r/4^s =2^t, then what is r in terms of s and t ? (28)

D

fauji

IIM School Moderator

Joined: 05 Jan 2015

Status:So far only Dreams i have!!

Posts: 386

WE:Consulting (Computer Software)

Re: If 8^r/4^s =2^t, then what is r in terms of s and t ?[#permalink]24 Oct 2019, 03:41

Approach:

Simplify the given equation:

\(\frac{8^r}{4^s} =2^t --> 2^3 ^r=2^t*2^2 ^s\)

\(3r = t + 2s\)

\(r = \frac{2s+t}{3}\)

IMO Option C it is!

If 8^r/4^s =2^t, then what is r in terms of s and t ? (31)

B

lorenz955

Intern

If 8^r/4^s =2^t, then what is r in terms of s and t ? (32)

Joined: 07 Jan 2019

Posts: 2

Re: If 8^r/4^s =2^t, then what is r in terms of s and t ?[#permalink]24 Oct 2019, 09:04

Q: 8^r/4^s=2^t

8^r=2^3r and 4^s=2^2s

so we have: 2^3r/2^2s=2^t

for the rules of the exponents--->x^y/x^z=x^(y-z) this means 2^3r/2^2s=2^(3r-2s)

2^(3r-2s)=2^t---->3r-2s=t---->r=(t+2s)/3

hope this helps.

If 8^r/4^s =2^t, then what is r in terms of s and t ? (34)

L

ScottTargetTestPrep

Target Test Prep Representative

Joined: 14 Oct 2015

Status:Founder & CEO

Affiliations: Target Test Prep

Posts: 18972

Location: United States (CA)

Re: If 8^r/4^s =2^t, then what is r in terms of s and t ?[#permalink]29 Oct 2019, 07:24

Expert Reply

Bunuel wrote:

If \(\frac{8^r}{4^s}=2^t\), then what is r in terms of s and t ?

A. \(s + t + 1\)

B. \(s + t + 5\)

C. \(\frac{2s+t}{3}\)

D. \(\frac{2st}{3}\)

E. \(\frac{s}{2}+\frac{t}{4}\)

Simplifying the equation, we have:

2^(3r)/2^(2s) = 2^t

2^(3r-2s) = 2^t

3r - 2s = t

3r = 2s + t

r = (2s + t)/3

Answer: C
_________________

Scott Woodbury-Stewart | Founder and CEO | Scott@TargetTestPrep.com

If 8^r/4^s =2^t, then what is r in terms of s and t ? (36)

See why Target Test Prep is the top rated GMAT course on GMAT Club. Read Our Reviews

Signature Read More

If 8^r/4^s =2^t, then what is r in terms of s and t ? (37)

L

Kinshook

GMAT Club Legend

If 8^r/4^s =2^t, then what is r in terms of s and t ? (38)

Joined: 03 Jun 2019

Posts: 5224

Location: India

Schools: HBS '22 CBS '22 Wharton '22

GMAT 1: 690 Q50 V34 If 8^r/4^s =2^t, then what is r in terms of s and t ? (39)

WE:Engineering (Transportation)

Re: If 8^r/4^s =2^t, then what is r in terms of s and t ?[#permalink]29 Oct 2019, 07:50

Bunuel wrote:

If \(\frac{8^r}{4^s}=2^t\), then what is r in terms of s and t ?

A. \(s + t + 1\)

B. \(s + t + 5\)

C. \(\frac{2s+t}{3}\)

D. \(\frac{2st}{3}\)

E. \(\frac{s}{2}+\frac{t}{4}\)

If \(\frac{8^r}{4^s}=2^t\), then what is r in terms of s and t ?

\(2^{3r-2s} = 2^t\)
3r -2s = t
\(r = \frac{2s + t}{3}\)

IMO C

If 8^r/4^s =2^t, then what is r in terms of s and t ? (42)

L

TheNightKing

VP

If 8^r/4^s =2^t, then what is r in terms of s and t ? (43)

Joined: 18 Dec 2017

Posts: 1169

Location: United States (KS)

GMAT 1: 600 Q46 V27 If 8^r/4^s =2^t, then what is r in terms of s and t ? (44)

Re: If 8^r/4^s =2^t, then what is r in terms of s and t ?[#permalink]14 Nov 2019, 19:00

Bunuel wrote:

If \(\frac{8^r}{4^s}=2^t\), then what is r in terms of s and t ?

A. \(s + t + 1\)

B. \(s + t + 5\)

C. \(\frac{2s+t}{3}\)

D. \(\frac{2st}{3}\)

E. \(\frac{s}{2}+\frac{t}{4}\)

Just take 8/4=2 which makes r=s=t=1

Only Option C works.

If 8^r/4^s =2^t, then what is r in terms of s and t ? (46)

gmatclubot

Re: If 8^r/4^s =2^t, then what is r in terms of s and t ?[#permalink]

14 Nov 2019, 19:00

If 8^r/4^s =2^t, then what is r in terms of s and t ? (2024)

References

Top Articles
Latest Posts
Article information

Author: Arielle Torp

Last Updated:

Views: 6006

Rating: 4 / 5 (61 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Arielle Torp

Birthday: 1997-09-20

Address: 87313 Erdman Vista, North Dustinborough, WA 37563

Phone: +97216742823598

Job: Central Technology Officer

Hobby: Taekwondo, Macrame, Foreign language learning, Kite flying, Cooking, Skiing, Computer programming

Introduction: My name is Arielle Torp, I am a comfortable, kind, zealous, lovely, jolly, colorful, adventurous person who loves writing and wants to share my knowledge and understanding with you.