<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Veritas Prep Blog &#187; GMAT Tips</title>
	<atom:link href="http://www.veritasprep.com/blog/category/gmat/gmat-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.veritasprep.com/blog</link>
	<description>GMAT Prep &#124; SAT Prep &#124; Admissions Consulting</description>
	<lastBuildDate>Fri, 24 May 2013 19:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Find the Sum of Integers on the GMAT</title>
		<link>http://www.veritasprep.com/blog/2013/05/how-to-find-the-sum-of-integers-on-the-gmat/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/how-to-find-the-sum-of-integers-on-the-gmat/#comments</comments>
		<pubDate>Thu, 23 May 2013 22:05:19 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9639</guid>
		<description><![CDATA[In the quant section of the GMAT, there are a fair number of formulae to know in order to answer the ensemble of questions that may be asked of you. Most of them are covered in any basic test prep material, but a formula is always just a short hand version of a much longer [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-8395" title="ron-point" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/01/ron-point-150x150.jpg" alt="" width="150" height="150" />In the quant section of the GMAT, there are a fair number of formulae to know in order to answer the ensemble of questions that may be asked of you. Most of them are covered in any basic test prep material, but a formula is always just a short hand version of a much longer manual process.</p>
<p>There is an anecdote about a primary school teacher who wanted to keep a misbehaved child busy for a period, so she asked him to sum up all the numbers from 1 to 100. To her dismay, the child answered the question in a matter of seconds, and the answer was correct. The child explained to his teacher that, instead of simply adding 1+2+3&#8230;, you could create a pairwise addition that would always yield the same number. If you added 1 to 100, you would get 101. If you added 2 to 99, you would still get 101. If you added 3 to 98, you’d still get 101, and so on. Thus the addition of 100 different numbers could be turned into a multiplication of two simple numbers: 101 x 50. The student in question was mathematical prodigy Carl Friedrich Gauss.</p>
<p>Now such brilliance is hard to see the first time, but easy to transform into a formula once it has been discovered.  Why did this shortcut method work? Quite simply, because the numbers are in arithmetic progression, which is to say, the spacing between each number is a constant. This allows the mean to be equal to the median, and the median is a very easy number to calculate. In an odd numbered set, it is the middle term. In an even numbered set, it is the average of the two middle terms. Thus, from 1 to 100, the median is the average of 50 and 51, or 50.5. Multiplying this number by the number of terms gives us 50.5 x 100, or 5,050. Had we asked for the sum of all numbers from 0 to 100, we’d have a median (and average) of exactly 50, and 101 terms. This is the same equation that Gauss used, and obviously yields the same result as 1 to 100 since we’re only adding the term 0.</p>
<p>In general, the formula is going to be the Mean x Number of terms. There are two possible caveats with this formula, the first is in calculating the number of terms quickly, and the second is in taking into account calculations where the frequency might come into play. Let’s demonstrate this with a (real life) GMAT question:</p>
<p>What is the sum of all even integers from 650 to 750, inclusive?</p>
<p>3,500</p>
<p>35,000</p>
<p>35,700</p>
<p>70,000</p>
<p>70,700</p>
<p>This question can appear daunting if you don’t know how to approach such problems, so let’s delve into the mathematics of how to solve it (without taking a wild Gauss).</p>
<p>First, let’s consider what would happen if we dropped the word “even” from the question. We’d want all the integers from 650 to 750. In this arithmetic progression, the median would be 700, and thus so would the mean. The number of terms is easiest to consider as (Biggest – Smallest) + 1. This is because we have to account for both end points. Consider the number of terms from 50 to 60. We’d have 11 terms (you may want to count using fingers and toes). The total would thus be Mean (700) x number of terms (101), which would equal 70,700. This is the trap answer E because we discounted the word “even”, and clearly 70,000 is the same trap but without the +1 extra term (650 to 749, in effect). It thus has to be either A, B or C, but which one?</p>
<p>The issue of missing terms is addressed by simply dividing by the frequency. In this case, even numbers account for ½ of the total numbers, so we’ll have to divide by 2. The only other issue is to determine where the endpoints must lie. 650 is even, and so is 750, so we don’t need to change anything except the frequency, which becomes: Mean (700) x number of terms ((100/2) + 1). The extra term always needs to be added back in, so in effect we have 700 x 51, or 35,700.</p>
<p><strong>The correct answer is C. </strong></p>
<p>B is the trap answer in case we overlooked the +1 at the end.</p>
<p>For completion’s sake, let’s examine what would happen had the question asked us for only the odd numbers. The same average would still exist, but the number of terms would now be (biggest-smallest/2) +1, which is ((749-651)/2) +1 = (98/2) +1 = 49+1, or exactly 50. Thus the sum of all the odd numbers from 650 to 750 is 35,000. This jives with our calculations of the even numbers summing to 35,700 and the total of all numbers being 70,700.</p>
<p>Given an infinite amount of time and a calculator (or abacus), you could easily find the answers to these questions without a general case formula. However, since you have about 2 minutes to read the question, accomplish all required calculations and lock in an answer choice, you are best served to have the formulae memorized or a strong notion of how to calculate the answer using the information provided. The GMAT is an exam about how you think more than what you know, but you don’t have to be Gauss if you’re well prepared for questions you expect to see.</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/" target="_blank">GMAT prep</a> courses starting all the time. And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>Ron Awad is a GMAT instructor for Veritas Prep based in <a href="http://www.veritasprep.com/montreal-gmat-prep-courses/" target="_blank">Montreal</a>, bringing you occasional tips and tricks for success on your exam.  After graduating from McGill and receiving his MBA from Concordia, Ron started teaching GMAT prep and his Veritas Prep students have given him rave reviews ever since.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/how-to-find-the-sum-of-integers-on-the-gmat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Secret to Solving Word Problems</title>
		<link>http://www.veritasprep.com/blog/2013/05/the-secret-to-solving-word-problems/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/the-secret-to-solving-word-problems/#comments</comments>
		<pubDate>Wed, 22 May 2013 18:55:47 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9610</guid>
		<description><![CDATA[Word Problems tend to intimidate newcomers to the GMAT.  Don&#8217;t be scared!  The math on most word problems is actually easier and less troublesome than the math on a straightforward arithmetic or algebra problem. The reason the math is easier on these problems is because the problem is made hard in other ways.  Word problems [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8694" title="GMAT Gurus Speak Out" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/02/Bullhorn.jpg" alt="GMAT Gurus Speak Out" width="150" height="150" />Word Problems tend to intimidate newcomers to the GMAT.  Don&#8217;t be scared!  The math on most word problems is actually easier and less troublesome than the math on a straightforward arithmetic or algebra problem.</p>
<p>The <strong>reason</strong> the math is easier on these problems is because the problem is made hard in <strong>other ways</strong>.  Word problems are considered hard because you have to convert a word problem into a math question.  This involves good reading skills and good critical reasoning skills.<span id="more-9610"></span></p>
<p>&nbsp;</p>
<p>Keep some of the following word problem translations in mind as you navigate some of the toughest word problems.</p>
<p><strong><span style="text-decoration: underline;">&#8220;Is&#8221; means &#8220;equal to&#8221;</span></strong></p>
<p>&#8220;Is&#8221; is &#8220;=.&#8221;  If you see the word &#8220;is&#8221; in a word problem, have no fear.  It simply means &#8220;equals.&#8221;</p>
<p>The number of brown hats is 5% of the total number of hats.  Take &#8220;is&#8221; and make it &#8220;=&#8221; and get started! Now you have the number of brown hats = 5% of the total number of hats.</p>
<p><strong><span style="text-decoration: underline;">&#8220;Of&#8221; means &#8220;multiplied by&#8221;</span></strong></p>
<p>In a question with fractions, you want to substitute the words &#8220;multiplied by&#8221; for the &#8220;of.&#8221;</p>
<p>What is 3/5 of 20?  To solve this problem, take the fraction and multiply it by the other number. So, what is 3/5 x 20?</p>
<p><strong><span style="text-decoration: underline;">&#8220;Per&#8221; means &#8220;divided by&#8221;</span></strong></p>
<p>If you see a problem discussing rates, or using the word &#8220;per&#8221; be prepared to switch into fraction or division mode.  Per is another way of saying &#8220;divided by.&#8221;</p>
<p>A car travels 50 miles per hour.  The per is literally the line in a fraction.  50 miles/hour.</p>
<p><strong>Note</strong>: Sometimes instead of &#8220;per&#8221; you will see the words &#8220;for every.&#8221;  For every boy, there are two girls.  So that means 1 boy divided by 2 girls.</p>
<p>Don’t fear word problems.  There are a limited number of word problem types.  Learn the basic approach for most of these, and work on your reading and logic when navigating the answer choices.  Once you have this vocabulary nailed down, and you study reading and logic, you will have a new perspective to word problems and be able to solve them without difficulty.</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/" target="_blank">GMAT prep</a> courses starting around the world next week. And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>Steve Odabashian received his BA in Economics from the University of Virginia and then went on to receive his JD at Villanova. He has worked in Tokyo as a foreign attorney, done pro bono work for the Committee of Seventy in several Philadelphia elections, and he is a well known pianist and comic entertainer in Philadelphia. Steve has been teaching for Veritas Prep since 2004.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/the-secret-to-solving-word-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recognizing Illogical Modifiers on the GMAT</title>
		<link>http://www.veritasprep.com/blog/2013/05/recognizing-illogical-modifiers-on-the-gmat/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/recognizing-illogical-modifiers-on-the-gmat/#comments</comments>
		<pubDate>Tue, 21 May 2013 15:39:36 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9590</guid>
		<description><![CDATA[Without descriptive words, phrases or clauses, sentences lack color.   A misstep of many is not paying close enough attention to the proper placement of modifiers.    The makers of the GMAT are aware of this shortsightedness of many test-takers.  As a result, they do test your ability to recognize illogical modifiers. Descriptive items need to be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-7239" title="GMAT Gurus Speak Out" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2012/07/Bullhorn-Smaller-150x150.jpg" alt="" width="150" height="150" />Without descriptive words, phrases or clauses, sentences lack color.   A misstep of many is not paying close enough attention to the proper placement of modifiers.    The makers of the GMAT are aware of this shortsightedness of many test-takers.  As a result, they do test your ability to recognize illogical modifiers.</p>
<p>Descriptive items need to be next to or as close as possible to what they are intending to modify.   The following rules govern adjectival phrases and clauses:<span id="more-9590"></span></p>
<p><span style="text-decoration: underline;"><img class="alignleft size-full wp-image-9595" title="Grammar Post" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/05/Grammar-Post1.jpg" alt="" width="644" height="309" /></span></p>
<p>&nbsp;</p>
<p>The following is a grammar exercise from one of GMAC’s practice tests:</p>
<p><em>Introduced by Italian merchants resident in London during the sixteenth century, <span style="text-decoration: underline;">in England life insurance remained until the end of the seventeenth century a specialized contract between individual underwriters and their clients, typically being</span> ship owners, overseas merchants, or professional moneylenders.</em></p>
<p>The sentence is rambling and awkward.   However, it is not as difficult to decipher what the correct response is if you keep in mind the idea of correct modification.   Notice the beginning phrase:  <em>Introduced by Italian merchants resident in London during the sixteenth century.  </em>It is descriptive and therefore needs to modify the word that immediately follows the comma.</p>
<p>Now look at the opening words of the answer choices:</p>
<p><em>(A) <strong>in England</strong> life insurance remained until the end of the seventeenth century a specialized contract between individual underwriters and their clients, typically being </em></p>
<p><em>(B<strong>) in England</strong> life insurance had remained until the end of the seventeenth century a specialized contract between individual underwriters and their clients, who typically were </em></p>
<p><em>(C) <strong>until the end of the seventeenth century</strong> life insurance in England had remained a specialized contract between individual underwriters and their clients, typically</em></p>
<p><em>(D) <strong>life insurance</strong> remained in England until the end of the seventeenth century a specialized contract between individual underwriters and their clients, typically</em></p>
<p><em>(E) <strong>life insurance </strong>remained until the end of the seventeenth century in England a specialized contract between individual underwriters with their clients, who typically were</em></p>
<p>The first three answer choices can be eliminated:  <strong><em>in England</em></strong> and <strong><em>until the end of the seventeenth century </em></strong>were not introduced by Italian merchants.    It was <strong><em>life insurance</em></strong> that was introduced by Italian merchants.   Thus, only the final two are possible responses.</p>
<p>Of these two, GMAC is additionally testing the idiomatic construction: <strong><em>between&#8230;and.</em></strong>   For instance, one would say:  <em>I cannot choose <strong>between</strong> the veal chop <strong>and </strong>the rack of lamb</em>.   One would <strong>NOT</strong> say:  <em>I cannot choose <strong>between </strong>the veal chop <strong>with</strong> the rack of lamb.   </em>Thus, (E) can be eliminated.</p>
<p><strong>The correct answer is (D). </strong></p>
<p>Let us look at another example from the makers of the GMAT:</p>
<p><em>Currently 26 billion barrels a year, <span style="text-decoration: underline;">world consumption of oil is rising at a rate of</span> 2 percent annually.</em></p>
<p>Again, be alert to the opening descriptive phrase:  <em>Currently 26 billion barrels a year, </em>which needs to modify what follows the comma.   Here are the answer choices with the introductory words bolded:</p>
<p><em>(A) <strong>world consumption</strong> <strong>of oil</strong> is rising at a rate of</em></p>
<p><em>(B) <strong>the world</strong> is consuming oil at an increasing rate of</em></p>
<p><em>(C) <strong>the world’s oil</strong> is being consumed at the increasing rate of</em></p>
<p><em>(D) <strong>the rise</strong> in the rate of the world’s oil consumption is </em></p>
<p><em>(E) <strong>oil</strong> is consumed by the world at an increasing rate of </em></p>
<p>What is currently 26 billion barrels a year?  Certainly it is not <strong>the world, the world’s oil, the rise</strong> or <strong>oil.</strong>   It is the <strong>world consumption of oil</strong>.</p>
<p><strong>The correct answer is (A). </strong></p>
<p>Modification is important.  It adds clarity, sensibility and specificity to ideas that a writer is attempting to convey.     When modifiers are incorrectly positioned, they create ambiguity for the reader.    Open your eyes and pay closer attention to all modifiers in a sentence to see whether they are properly placed.   With greater attentiveness and a bit of practice, you will hone your ability to recognize these types of errors.   And in return, you will see your GMAT score in the grammar improve.</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/online-gmat-courses/" target="_blank">online GMAT prep</a> courses starting all the time! And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>John Chismody is a Veritas Prep GMAT instructor based in Pittsburgh, PA. After receiving his BS in Engineering from the University of Pittsburgh, he went onto Duquesne University to receive his Masters. He moved to the Big Apple for a while, then down to South Beach, but has returned to his native home of Pittsburgh and continues to teach for Veritas Prep. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/recognizing-illogical-modifiers-on-the-gmat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallel Reasoning Strategies: Part I</title>
		<link>http://www.veritasprep.com/blog/2013/05/parallel-reasoning-strategies-part-i/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/parallel-reasoning-strategies-part-i/#comments</comments>
		<pubDate>Mon, 20 May 2013 23:33:16 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9586</guid>
		<description><![CDATA[Parallel Reasoning questions on the Critical Reasoning section of the GMAT are a type of “method of reasoning” question-type. These questions require you to focus on the author’s logic. Parallel reasoning questions ask you to look for the answer choice that has the closest logical structure as the argument in the question stem. Ask yourself: [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8973" title="Bull" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/03/Bull.jpg" alt="Speak Out" width="150" height="150" />Parallel Reasoning questions on the Critical Reasoning section of the GMAT are a type of “method of reasoning” question-type. These questions require you to focus on the author’s logic. Parallel reasoning questions ask you to look for the answer choice that has the closest logical structure as the argument in the question stem. Ask yourself: <em>which choice best matches the <strong>WAY</strong> the author moves from the evidence to his conclusion?</em></p>
<p>How can I tell if I’m looking at a “Parallel Reasoning” question? The question-stem will contain an argument, and the question itself will contain phrases like “method of reasoning,” “parallel reasoning,” “most similar,” “similar reasoning,” or “most closely parallel.” You’ll also see that each answer choice is its own argument, as opposed to an assumption, inference, or flaw.</p>
<p>Let’s look at a simply example!</p>
<p>Argument #1: If someone has blonde hair, then they have blue eyes. My father has blonde hair, therefore my father has blue eyes.</p>
<p>The reasoning here is presented as a conditional A -&gt; B, “blonde hair” means “blue eyes.” This reasoning is then used to make a conclusion, using the exact same pattern: A -&gt; B. Here’s an example of a simple argument that uses parallel reasoning to Argument #1:</p>
<p>Argument #2: The best internet cafes have free wifi. All cafes with free wifi serve unlimited coffee. Therefore, the best internet cafes serve unlimited coffee.</p>
<p>It’s the same reasoning because the logic moves in the same direction from A -&gt; B , going from “wifi” to “coffee,” then “best cafes” to “wifi.” Don’t worry that this argument  is not arranged in exactly the same order as Argument #1, it’s the <em>method</em> of reasoning that must be similar. A correct answer choice can be a little bit different from the question-stem. It’s the LOGIC that counts!</p>
<p><strong><em>Watch out for…</em></strong></p>
<ul>
<li> Answer choices that merely mimic the topic of the argument. The correct answer’s argument usually focuses on an entirely different topic. It’s not what is being discussed that matters, but how the reasoning is laid out.</li>
<li>Answer choices that have the same structure as the question-stem argument, but do not have the same logic! Just because an answer choice contains similar keywords, or has a similar number of sentences, doesn’t mean its logic matches! The premises and conclusion can be rearranged, but the logic of an argument doesn’t change.</li>
<li>Pacing! These question-types typically take longer than strengthen or weaken CR, because you have 6 arguments to break down, as opposed to 1 (whew!). Practice untimed at first, but as you gain more confident with this question-type, set a timer and try to do them in under 3 minutes, then under 2 minutes.</li>
</ul>
<p>Look out for Part 2 of this series, where we’ll look at what strategies we can use to break down Parallel Reasoning questions quickly and effectively, and get them correct <em>every</em> time.</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/" target="_blank">GMAT prep</a> courses starting all the time. And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>Vivian Kerr is a regular contributor to the Veritas Prep blog, providing tips and tricks to help students better prepare for the GMAT and the SAT. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/parallel-reasoning-strategies-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conclusions are Key in Critical Reasoning</title>
		<link>http://www.veritasprep.com/blog/2013/05/point-conclusions-are-key-in-critical-reasoning/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/point-conclusions-are-key-in-critical-reasoning/#comments</comments>
		<pubDate>Thu, 16 May 2013 15:40:40 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9545</guid>
		<description><![CDATA[Critical reasoning questions on the GMAT tend to follow the same structure over and over again. This means that they can be answered the same way over and over again ]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-8395" title="ron-point" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/01/ron-point-150x150.jpg" alt="" width="150" height="150" />Critical reasoning questions on the GMAT tend to follow the same structure over and over again. This means that they can be answered the same way over and over again (like the movie Groundhog Day, but with words!). The first step is to determine which type of question you’re dealing with, which is why identifying the category is the first step towards successfully answering the question. The four major categories can be remembered with the mnemonic SWIM:<span id="more-9545"></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<ol>
<li>Strengthening the conclusion</li>
<li>Weakening the conclusion</li>
<li>Inferring based on the conclusion</li>
<li>Method of reasoning used</li>
</ol>
<p>As you can easily tell from the categories above, the conclusion usually plays a pivotal role in correctly answering the question at hand. Thus, identifying the author’s point is a necessary step that cannot be circumvented. In particular, let’s focus in on strengthening the argument or weakening the argument, two sides of the same coin that can often be solved the exact same way (you may need to insert the word “not” somewhere)</p>
<p>Within the context of a strengthening or weakening question, the three steps to correctly solving the question are always the same (and very similar to casing a joint for a heist)</p>
<ol>
<li>Identify the conclusion</li>
<li>Evaluate the premise(s)</li>
<li>Find the gap between the conclusion and the premise.</li>
</ol>
<p>Again, the conclusion is the key to everything. If you correctly identify the conclusion, you’re on the right path to success. If you misidentify the conclusion, you will likely fall into a clever trap laid out for you. Let’s look at an example:</p>
<p><strong><em>Nate</em></strong><em>: Recently a craze has developed for home juicers, $300 machines that separate the pulp of the fruits and vegetables from the juice they contain. Outrageous claims are being made about the benefits of these devices: Drinking the juice they produce is said to help one lose weight or acquire a clear complexion, to aid in digestion, and even to prevent cancer. But there is no indication that juice separated from the pulp of the fruit or vegetable has any properties that it does not have when unseparated. Save your money, if you want carrot juice, eat a carrot. </em></p>
<p><em>Which of the following, if true, most calls into question Nate’s argument?</em></p>
<p><em>(A)  </em><em>Most people find it much easier to consume a given quantity of nutrients in liquid form than to eat solid foods containing the same quantity of the same nutrients.</em></p>
<p><em>(B)  </em><em>Drinking juice from home juicers is less healthy than is eating fruits and vegetables because such juice does not contain the fiber that is eaten if one consumes the entire fruit or vegetable.</em></p>
<p><em>(C)  </em><em>To most people who would be tempted to buy a home juicer, $300 would not be a major expense. </em></p>
<p><em>(D)  </em><em>Nate was a member of a panel that extensively evaluated early prototypes of home juicers</em></p>
<p>(E)  <em>Vitamin pills that supposedly contain nutrients available elsewhere only in fruits and vegetables often contain a form of those compounds that cannot be as easily metabolized as the varieties found in fruit and vegetables</em>.</p>
<p>After quickly identifying the type of question (calls into question = weaken), the next step on the road to success is to identify the conclusion. Looking over Nate’s soliloquy, the majority of it is context as to how the juicing craze came about, the positive aspects of juicers (the unexpected plot twist when the juicer was betrayed by Cobra) and the negative aspects of juicers. The conclusion, summed up in a succinct manner at the end is simply “<em>Save your money, if you want carrot juice, eat a carrot.”</em></p>
<p>The trap that many people fall for here is that Nate’s argument is based primarily on monetary issues. Yes the juicer separates the juice from the pulp, but it’s not worth the money! (C’mon you could take that money and buy ¾ of an Apple share). If you focus in on the money aspect, you probably want to pick answer choice C, because it indicates that the money won’t be a big concern for prospective clients. However, this is a trap based on the phrasing of the conclusion.</p>
<p>The conclusion could have just as easily read “<em>Don’t be a fool, if you want carrot juice, eat a carrot”. </em>This conveys the exact same message, but answer choice C would now have to be something akin to “Most people who would buy this juicer have IQs above 114½”. The call for saving your money is simply used for emphasis; it has little bearing on the actual issue, which is that you get the same nutrients from solid foods as you would from consuming only the juice.</p>
<p>For strengthening/weakening questions, the third step of minding the gap between the premise and the conclusion is necessary to determine which answer choice to select. In this question, the premise is talking about the nutrients of one form versus the other, and the conclusion states that there’s no reason to ever want the juice instead of the solid. What’s the gap? Maybe there’s another reason we would want the juice! Perhaps it tastes better, or your teeth aren’t as solid as they used to be and juice is preferable to trying to bite into an apple (or perhaps you’re trying to cross a border and fruits are illegal but the juice is fine).</p>
<p>Upon rereading the answer choices, A is exactly what you want. The others all fall down in various ways.</p>
<p><em>(A)  </em><em>Most people find it much easier to consume a given quantity of nutrients in liquid form than to eat solid foods containing the same quantity of the same nutrients. </em></p>
<p>Perfect. This gives us a valid reason to want to drink the juice.</p>
<p><em>(B)  </em><em>Drinking juice from home juicers is less healthy than is eating fruits and vegetables because such juice does not contain the fiber that is eaten if one consumes the entire fruit or vegetable.</em></p>
<p>Tempting, but this strengthens the argument instead of weakening it. 180<strong> °</strong>.</p>
<p><em>(C)  </em><em>To most people who would be tempted to buy a home juicer, $300 would not be a major expense. </em></p>
<p>Trap answer based on financial considerations.</p>
<p><em>(D)  </em><em>Nate was a member of a panel that extensively evaluated early prototypes of home juicers</em></p>
<p>Again, wouldn’t this make Nate an expert on the subject? Strengthener and 180<strong> °</strong>.</p>
<p>(E)  <em>Vitamin pills that supposedly contain nutrients available elsewhere only in fruits and vegetables often contain a form of those compounds that cannot be as easily metabolized as the varieties found in fruit and vegetables</em>.</p>
<p>New topic. Why are we introducing vitamin pills here? Out of scope.</p>
<p><strong>The correct answer is (A). </strong></p>
<p>On these types of critical reasoning questions, correctly identifying the conclusion is paramount to correctly answering the question. Hijacking the conclusion will result in an answer choice that seems correct, but doesn’t address the underlying point the author is making. And since strengthening and weakening questions make up the majority of Critical Reasoning questions on the GMAT, the only conclusion you should come to is to practice these questions regularly.</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/" target="_blank">GMAT prep</a> courses starting all the time. And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>Ron Awad is a GMAT instructor for Veritas Prep based in <a href="http://www.veritasprep.com/montreal-gmat-prep-courses/" target="_blank">Montreal</a>, bringing you occasional tips and tricks for success on your exam.  After graduating from McGill and receiving his MBA from Concordia, Ron started teaching GMAT prep and his Veritas Prep students have given him rave reviews ever since.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/point-conclusions-are-key-in-critical-reasoning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Tips to Bring Relief to Your GMAT Studies</title>
		<link>http://www.veritasprep.com/blog/2013/05/4-tips-to-bring-relief-to-your-gmat-studies/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/4-tips-to-bring-relief-to-your-gmat-studies/#comments</comments>
		<pubDate>Wed, 15 May 2013 15:50:19 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9533</guid>
		<description><![CDATA[Any worthwhile MBA program is bound to cause some stress in the life of a student. Remember: if your MBA program didn’t challenge you at the highest level, it wouldn’t be worth it. That said,]]></description>
			<content:encoded><![CDATA[<p><a href="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2012/09/SAT_essay_fear1.jpg"><img class="alignleft size-thumbnail wp-image-7565" title="SAT_essay_fear1" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2012/09/SAT_essay_fear1-150x150.jpg" alt="GMAT Stress" width="150" height="150" /></a>Any worthwhile MBA program is bound to cause some stress in the life of a student. Remember: if your MBA program didn’t challenge you at the highest level, it wouldn’t be worth it. That said, sometimes we make it hard on ourselves to de-stress in our GMAT study plan. Procrastination, lack of sleep, and taking on too much work are the most often-blamed culprits. If you find yourself “burning the candle at both ends,” try these techniques to bring a little relief!</p>
<p>&nbsp;</p>
<p><span id="more-9533"></span></p>
<ol>
<li><strong>Don’t study where you sleep.</strong><br />
We’re all guilty of studying in bed, cross-legged, furiously typing away at a last-minute Quant practice section, but studies have shown that our bodies becomes conditioned with routines. If you consistently use your bed as your office-space, it will be harder for you to mentally “switch off” once you climb under the covers. If possible, do most of your computer-work at a desk or kitchen table, away from your bedroom (or at least a few feet away from your bed).</li>
<li><strong>Exercise, even in small bursts.</strong><br />
We all KNOW we should exercise, but it can be tough to find even 30-60 minutes a day to go for a jog or take a yoga class when you’re in a 3-month GMAT study zone. Even if you have no time to get a true workout in, make yourself take at least three five minute stretch and meditation breaks – one in the morning, one in the afternoon, and one before bedtime. For each break, set your phone alarm for five minutes and quickly stretch out on the floor. Stretch out your spine and listen to yourself breathe. This allows your muscles (especially those around your head and shoulders) to relax into the floor, and remove any tension you may be subconsciously “holding” in your body.</li>
<li><strong>Fight insomnia with a total black-out.</strong><br />
Noise, light, and cold are three of the most common things that can prevent us from drifting off. If you have street lights or a neighbor’s lamp shining in through your bedroom window, consider covering them up with a large blanket before you hit the hay. Try to make your bedroom as pitch-black as possible.  Buy some ear plugs, even if you don’t have noisy roommates. With them in, you’ll be able to listen to your heartbeat, which will lull you to sleep more quickly after a stressful day. Take the plugs to the library to get a more focused study-session in as well!</li>
<li><strong>Find some inspirational quotes.</strong><br />
It may sound silly, but putting up some inspirational quotes or mantras on your wall above your desk such as, “what you seek is seeking you,” or “thoroughness characterizes all great men” or even something as simple as, “I am going to ROCK my GMAT!” can create a less stressful study atmosphere.</li>
</ol>
<p>Remember: You’ve come this far, and you know you’re going to get your MBA somewhere – all you’ve got to do is stay positive for just a few more months! Good luck!</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/" target="_blank">GMAT prep</a> courses starting all the time. And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>Vivian Kerr is a regular contributor to the Veritas Prep blog, providing tips and tricks to help students better prepare for the GMAT and the SAT. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/4-tips-to-bring-relief-to-your-gmat-studies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quadrilaterals on the GMAT</title>
		<link>http://www.veritasprep.com/blog/2013/05/quadrilaterals-on-the-gmat/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/quadrilaterals-on-the-gmat/#comments</comments>
		<pubDate>Tue, 14 May 2013 16:16:41 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9522</guid>
		<description><![CDATA[On GMAT Test Day, you will likely see at least a few quadrilaterals tested. Quadrilaterals, like other shapes in Geometry, usually appear in Geometry questions that involve basic properties of quadrilaterals, perimeter, or area.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-9523" title="Quadrilateral" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/05/Quadrilateral-150x150.jpg" alt="" width="150" height="150" />On GMAT Test Day, you will likely see at least a few quadrilaterals tested. Quadrilaterals, like other shapes in Geometry, usually appear in Geometry questions that involve basic properties of quadrilaterals, perimeter, or area. Like most Geometry, all it takes is some memorization and a little practice!<span id="more-9522"></span></p>
<p><strong><em>Basic Properties</em></strong></p>
<p>A <strong>quadrilateral</strong>, by definition, is a polygon with four sides created by four straight lines. Some common quadrilaterals are: a square, a rectangle, a parallelogram, and a trapezoid.</p>
<p>Need-to-know fact: The sum of the interior angles of <strong>any</strong> quadrilateral is 360.</p>
<p>Remember that every time you add a side to a figure, you add 180 degrees to the sum of its interior angles. That is why a triangle’s sum is 180, and any quadrilateral’s sum is 360.  Keep in mind that definition-wise, quadrilaterals are inclusive. This means that a square is ALSO a rectangle, so be aware that just because a question states that a shape is a “rectangle” doesn’t necessarily mean it <em>can’t</em> have four equivalent sides!</p>
<p><strong><em>Perimeter</em></strong></p>
<p>The perimeter of a quadrilateral is the sum of its four sides. For a rectangle, the formula is P = l + l + w + w, or <strong>P = 2l + 2w</strong>. For a square, this becomes <strong>P = 4s</strong>. For other quadrilaterals, you need to know the length of each side in order to find the perimeter, unless you are given more information about the comparative lengths of the sides. For example, for a parallelogram we know that the opposite sides are equal in value, so knowing two adjacent sides would be sufficient to find the perimeter.</p>
<p><strong><em>Area</em></strong></p>
<p>The area of a quadrilateral is the measurement contained within its four sides. There is no one area formula for all quadrilaterals. Instead, each one has a unique equation that must be memorized.</p>
<ul>
<li>To find the area of a square, we use the formula <strong>A = s<sup>2</sup></strong>, where s = side of the square.</li>
<li>To find the area of a rectangle, we use the formula <strong>A = lw</strong>, where l = length and w = width.  T</li>
<li>To find the area of a parallelogram, we use the formula <strong>A = bh</strong>, where b = base and h = height. We do NOT simply multiply the two side lengths. Remember the base and the height must be perpendicular.</li>
<li>To find the area of a trapezoid, we use the formula <strong>A = h(b1 + b2) / 2</strong>. We essentially take the average of the two bases, and multiply it by the height. Again, the height is perpendicular to each base.</li>
</ul>
<p>Remember to analyze your incorrect questions from Veritas Prep’s <a title="Question Bank" href="http://www.veritasprep.com/blog/2013/02/veritas-prep-gmat-question-bank-now-with-item-difficulty-feedback/" target="_blank">question bank</a>. Use this data to understand your strengths and weaknesses and focus your GMAT prep on the area that need it most!</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/" target="_blank">GMAT prep</a> courses starting all the time. And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>Vivian Kerr is a regular contributor to the Veritas Prep blog, providing tips and tricks to help students better prepare for the GMAT and the SAT. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/quadrilaterals-on-the-gmat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What The Great Gatsby Can Teach you About the GMAT</title>
		<link>http://www.veritasprep.com/blog/2013/05/what-the-great-gatsby-can-teach-you-about-the-gmat/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/what-the-great-gatsby-can-teach-you-about-the-gmat/#comments</comments>
		<pubDate>Fri, 10 May 2013 16:12:33 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9484</guid>
		<description><![CDATA[I, for one, am very excited about the new Baz Luhrmann adaptation of F. Scott Fitzgerald’s “The Great Gatbsy.” ]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-9485" title="Gatsby" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/05/Gatsby-150x150.jpg" alt="" width="150" height="150" />I, for one, am <em>very</em> excited about the new Baz Luhrmann adaptation of F. Scott Fitzgerald’s “The Great Gatbsy.” Re-reading the book in anticipation of today’s opening, I was struck by the differences in character between Jay Gatsby and the protagonist Nick Carraway, especially evinced by this exchange from Chapter 6:</p>
<p><em>“I wouldn’t ask too much of her,” Nick says “You can’t repeat the past.” “Can’t repeat the </em><em>past?” Gatsby cries out. “Why, of course you can!”</em></p>
<p>So what does this have to do with studying for the GMAT, and getting into business school?</p>
<p>Most GMAT studiers tend to fall into two camps: those <em>who look back</em> on the books they’ve completed, the scores from their practice tests, the number of questions they’ve answered and those <em>who look forward</em> to the concepts they still haven’t covered, the sections of the Official Guide left to complete, and the ever-dwindling weeks left before the Big Test. So which way is better? Should we study for the GMAT like Nick Carraway or like Jay Gatsby?</p>
<p>The answer is a little bit of both! Here’s how looking to the past AND looking to the future can help you achieve higher scores in your prep!</p>
<p><strong>The Past</strong></p>
<ul>
<li>Don’t worry too much if your practice test scores are inconsistent, especially if you’re using different companies’ tests. Are you finishing the sections in time? What types of questions are you getting wrong? Use your practice tests as a diagnostic tool to tell you where to go next.</li>
<li>Don’t ever waste time beating yourself up over the results of one study session. Everyone gets tired, and has days where they just can’t seem to get any questions right! Jay Gatsby might not have been able to let things go, but you certainly can (and should!).</li>
<li>Look for your own “blind spots” – any particular concepts you’ve been avoiding, even unconsciously?</li>
</ul>
<p><strong>The Future</strong></p>
<ul>
<li>Make sure you’re keeping a realistic study-plan – are you piling too much on, or facing burn out? Try to study in shorter blocks, and take breaks.</li>
<li>Are your goals realistic? If you’re looking for a 200 point gain in two weeks, you might need to re-consider. It’s not that miracles can’t happen, but a 700+ score rarely happens after a few weeks of cramming.</li>
<li>Study with purpose. If you can pinpoint via your practice tests exactly what types of questions you’re getting wrong, then you can sit down and try to tackle them in focused 2-hour sessions. Study smarter, not harder!</li>
</ul>
<p>While Jay Gatsby’s determined clinging to the past might not be the best model for a GMAT test-taker, he is the quintessential “self-made” man, who through his own hard work and discipline became the wealthiest man on Long Island, and typifies the American Dream. So if you can take a well-deserved break from your GMAT studying today, I’d highly suggest a ticket to <em>Gatsby</em> before getting back to your books.</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/" target="_blank">GMAT prep</a> courses starting all the time. And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>Vivian Kerr is a regular contributor to the Veritas Prep blog, providing tips and tricks to help students better prepare for the GMAT and the SAT. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/what-the-great-gatsby-can-teach-you-about-the-gmat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GMAT Data Sufficiency Powers and Roots</title>
		<link>http://www.veritasprep.com/blog/2013/05/gmat-data-sufficiency-powers-and-roots/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/gmat-data-sufficiency-powers-and-roots/#comments</comments>
		<pubDate>Thu, 09 May 2013 20:24:31 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9353</guid>
		<description><![CDATA[Even if you know the basic rules for questions involving powers and roots, it’s still common to feel some intimidation towards harder-looking GMAT questions.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8973" title="Bull" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/03/Bull.jpg" alt="" width="150" height="150" />Even if you know the basic rules for questions involving powers and roots, it’s still common to feel some intimidation towards harder-looking GMAT questions.</p>
<p>The &#8220;<img class="alignnone size-full wp-image-9356" title="sq" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/04/sq.jpg" alt="" width="21" height="19" />&#8221; symbol is called the &#8220;radical&#8221; symbol. You may know the <em>square</em> root, but how comfortable are you with <em>cube</em> roots? For instance:</p>
<p><a href="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/04/inst1.jpg"><img class="alignleft size-full wp-image-9354" title="inst1" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/04/inst1.jpg" alt="" width="133" height="24" /></a></p>
<p>&nbsp;</p>
<p>The &#8220;3&#8243; in the above is the &#8220;index&#8221; of the radical; to simplify radicals, use your knowledge of factors:</p>
<p>64 = 2 x 2 x 2 x 2 x 2 x 2</p>
<p>There are six 2’s in 64. Since the index is 3, we know we need three of the same number to pull it out from underneath the radical. Exponents and radicals appear most frequently on the GMAT in data sufficiency questions dealing with number properties:</p>
<p>If z &lt; 0, then what is <img class="alignnone size-full wp-image-9355" title="inst2" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/04/inst2.jpg" alt="" width="62" height="24" />?</p>
<p>If z is negative, let&#8217;s say -2 then –z = -(-2) = 2. Looking at the absolute value, the absolute value of z = -2 will be positive 2. Underneath the radical we would be left with 2 x 2 = 4. The square root of 4 is 2, which is the opposite of our original z = -2. No matter what negative value we plug in for z, the correct answer will always be -z.</p>
<p>When multiplying radicals, we can <strong>multiply</strong> the elements underneath the radicals:</p>
<p>√3 x √2 = √6</p>
<p>When dividing radicals, we can <strong>divide</strong> the elements underneath the radicals:</p>
<p>√6 <strong>/</strong> √2 = √3</p>
<p>When adding or subtracting similar radicals, treat the radicals like variables and <strong>combine like terms</strong>:</p>
<p>2√3 + 4√3 &#8211; √2 + 7√2 = 6√3 + 6√2</p>
<p>On the GMAT, you will never be required to know a decimal equivalent of a radical. If you see a complicated-looking radical, try to “ballpark” it. For example, it is enough to recognize that √110 is going to be slightly larger than 10, since √100 = 10. Let’s look at a question involving exponents:</p>
<p>Is <em>x</em><sup>2</sup> &gt;<em> x</em> ?</p>
<p>(1) <em>x</em><sup>2</sup> &gt; 4</p>
<p>(2) <em>x </em>&gt; -2</p>
<p>Because you know your exponent rules, you know that whether x<sup>2</sup> &gt; x is true is dependent on what kind of number x is.</p>
<p>From Statement (1), x &gt; 2 or x &lt; -2. For all numbers greater than 2 and less than -2, the answer to this yes/no question is &#8220;yes.&#8221; Sufficient</p>
<p>From Statement (2), let&#8217;s choose two values to try to get two different answers. If x = 0, then the answer to the questions would be &#8220;no,&#8221; however if x = 4 then the answer would be &#8220;yes.&#8221; A statement that allows us to answer a yes/no question with both a yes and a no cannot be sufficient.</p>
<p>The rules don’t change because powers and roots are combined with a secondary concept, such as inequalities here, so don’t let a combination of ideas throw you as you practice!</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/" target="_blank">GMAT prep</a> courses starting all the time. And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>Vivian Kerr is a regular contributor to the Veritas Prep blog, providing tips and tricks to help students better prepare for the GMAT and the SAT. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/gmat-data-sufficiency-powers-and-roots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conceptual Thinking on the GMAT</title>
		<link>http://www.veritasprep.com/blog/2013/05/conceptual-thinking-on-the-gmat/</link>
		<comments>http://www.veritasprep.com/blog/2013/05/conceptual-thinking-on-the-gmat/#comments</comments>
		<pubDate>Thu, 09 May 2013 15:16:45 +0000</pubDate>
		<dc:creator>Veritas Prep</dc:creator>
				<category><![CDATA[GMAT]]></category>
		<category><![CDATA[GMAT Tips]]></category>

		<guid isPermaLink="false">http://www.veritasprep.com/blog/?p=9471</guid>
		<description><![CDATA[A common complaint I hear from students is: “I’m not good at algebra”. Full disclosure, algebra isn’t my favorite topic either. Although algebra is a powerful tool for solving many questions on the GMAT, it is rarely the only means available to solve a given math problem. The four most common strategies to get to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-8395" title="ron-point" src="http://d3scmz9sa6n2x2.cloudfront.net/blog/wp-content/uploads/2013/01/ron-point-150x150.jpg" alt="" width="150" height="150" />A common complaint I hear from students is: “I’m not good at algebra”. Full disclosure, algebra isn’t my favorite topic either. Although algebra is a powerful tool for solving many questions on the GMAT, it is rarely the only means available to solve a given math problem.<span id="more-9471"></span></p>
<p>The four most common strategies to get to the right answer are: algebra, conceptual thinking, picking numbers, and backsolving. Backsolving involves plugging in answer choices into the question to see whether it works. Picking numbers helps concretize abstract concepts with multiple variables (remember you can pick your friends and you can pick your nose but you can’t pick your friends’ nose). However the topic I’d like to focus on today is <strong>conceptual thinking</strong>.</p>
<p>The four strategies I mentioned above are not used arbitrarily in a vacuum; you can mix and match them to suit the problem at hand. Backsolving is often a good choice once you’ve done some algebra, or number picking can get you the right answer if you manipulate the equations provided. However, the strategy that will give you the greatest return is usually to start off with conceptual thinking. Look at the problem and think about what is being asked of you, as well as what information is provided that may guide your understanding. This tends to put you on the right path more often than not.</p>
<p>I often compare the GMAT to a game of Cranium (awesome board game). In Cranium, you must answer a question on a node, and then either take the fast track or the scenic path to the next node. As you can imagine, you can win the game even if you take the scenic path once or twice, but if you take it every time, you will assuredly run out of time. Similarly, on the GMAT, if you don’t know the best way to solve a question, it may take you 3 minutes to get a question right. This is fine if every second or third question is difficult, but if every question takes 3 minutes you’re only going to answer 25 questions out of 37.</p>
<p>Let’s look at a particularly challenging work/rate problem that is made much simpler by understanding what is going on:</p>
<p>Machine A takes 10 hours to complete a certain job and starts that job at 9AM. After one hour of working alone, machine A is joined by machine B and together they complete the job at 5PM. How long would it have taken machine B to complete the job if it had worked alone for the entire job?</p>
<p>(A)   15 hours</p>
<p>(B)   18 hours</p>
<p>(C)   20 hours</p>
<p>(D)   24 hours</p>
<p>(E)    35 hours</p>
<p>Using only algebra and the (hopefully) memorized formulae for Work problems (Work = Rate x Time or Rate = Work/Time), we can break this problem into 3 parts: Machine A alone from 9 AM to 10 AM (like a bad episode of 24), Machines A and B from 10 AM to 5 PM, and then the hypothetical Machine B alone. Let’s set up these three steps to see how we can solve this on the scenic path (ooh look to your left: a 3D dinosaur!).</p>
<p>Machine A takes 10 hours to do the job, so each hour it works finishes 1/10<sup>th</sup> of the total job. From 9 AM to 10 AM, Machine A works alone, so at 10 AM, machine B kicks in and 1/10<sup>th</sup> of the job is done. Ergo, 9/10<sup>th</sup> of the job is left to complete for both machines.</p>
<p>From 10 AM to 5 PM, 7 hours pass, during which 9/10<sup>th</sup> of the job gets completed. Thus we can calculate the rate of the machines working together: 9/10 = Rate<sub>A+B</sub> x 7 hours. Rate<sub>A+B</sub> = 9/70.</p>
<p>Since we know that Rate<sub>A</sub> + Rate<sub>B</sub> = Rate<sub>A+B</sub> (i.e. rates are additive), we can leverage the fact that we know 2 of these 3 rates to find the third using basic fraction addition. 1/10 + Rate<sub>B</sub> = 9/70. Putting them all on a common denominator: 7/70 + Rate<sub>B</sub> = 9/70, so Rate<sub>B</sub> = 2/70, or 1/35.</p>
<p>Now that we have B’s rate of 1/35, we can easily tell that it would take 35 hours to complete the entire job.</p>
<p><strong>The correct answer is (E).</strong></p>
<p>The algebraic solution works fine and gets you the right answer, but there are many moving parts to keep track of and many opportunities for mistakes. Can we get to the same answer but faster (aka the Max Power way) using conceptual understanding and avoid the scenic route (and the pack of velociraptors) entirely?</p>
<p>If machine A does 1/10<sup>th</sup> of the work in an hour, and it works from 9 to 5 (what a way to make a living), then it works for 8 hours and accomplishes 80% of the job on its own. This means that machine B only accomplishes 20% of the job, and it does so in 7 hours (10 AM to 5 PM). If the machine does 1/5 of the job in 7 hours, it will take (7&#215;5) 35 hours to complete 5/5 of the job. Answer choice E, using almost no math whatsoever, but rather by exploiting the logic of the question.</p>
<p>In general, if you see how to solve a problem via algebra and are confident you can solve it in 3 minutes or less, then by all means go for it. However, you can save some time if you really understand how questions are set up and what they are testing. It may not be possible to come up with a handy shortcut on test day because of nerves and stress, but during your preparation take a look at how problems are solved and see if you can find a more elegant solution. All roads lead to Rome, and the more routes you know, the less likely you are to get stuck in unfamiliar territory.</p>
<p>Plan on taking the GMAT soon? We have <a href="http://www.veritasprep.com/gmat/" target="_blank">GMAT prep</a> courses starting all the time. And, be sure to <a href="http://www.facebook.com/veritasprep" target="_blank">find us on Facebook</a> and <a href="https://plus.google.com/u/0/108898021854921253994/" target="_blank">Google+</a>, and <a href="http://www.twitter.com/veritasprep" target="_blank">follow us on Twitter</a>!</p>
<p><em>Ron Awad is a GMAT instructor for Veritas Prep based in <a href="http://www.veritasprep.com/montreal-gmat-prep-courses/" target="_blank">Montreal</a>, bringing you occasional tips and tricks for success on your exam.  After graduating from McGill and receiving his MBA from Concordia, Ron started teaching GMAT prep and his Veritas Prep students have given him rave reviews ever since.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.veritasprep.com/blog/2013/05/conceptual-thinking-on-the-gmat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 905/1026 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d3scmz9sa6n2x2.cloudfront.net

Served from: www.veritasprep.com @ 2013-05-25 04:41:14 -->