collegeboard questions

<p>1) In an art class, there were just enough staplers, rulers
and glue bottles so that every 2 students had to share a
stapler, every 3 students had to share a ruler, and every
4 students had to share a glue bottle. If the sum of the
number of staplers, rulers, and glue bottles used by the
class was 65, how many students were in the class?</p>

<p>2) If a and b are integers such that a + b < 1000 and a/b = 0.625, what is the greatest possible value of b?</p>

<p>3) For all values of y, let y@ be defined by y@ = y^2 - 1.Which of the ff is equal to (y@)@ ?
A) y^4 - 1
B) y^4 - y^2 - 1
c) y^4 + y^2 - 1
D) y^4 - 2y^2
E) y^4 - 2y^2 + 1</p>

<p>4) According to the formula F= 9/5*c + 32, if the degrees in fahrenheit(F) increases by 27
,by how much does the temperature in degrees Celcius increase?
A) 9
B) 15
C) 47
D) 243/5
E) 59</p>

<p>(4) If C=0, then F=32. Let’s increase F by 27. Then F=59. Plug this in and we get:</p>

<p>59=9/5 C+32
27=9/5 C
C=27*5/9 = 15.</p>

<p>So C increases from 0 to 15, and the answer is (B).</p>

<p>An algebraic solution (this is a bit tricky - if yo uunderstand how to complete the square, then this should make sense:</p>

<p>Solving for C gives C = 5/9 (F-32).
Now replace F by F+27
C = 5/9 (F+27-32) = 5/9 (F-32+27)=5/9 (F-32)+5/9*27 = 5/9(F-32)+15</p>

<p>Clearly the first method is much easier.</p>

<p>3) Here’s a quick algebraic solution:</p>

<p>(y@)@=(y^2 - 1)@ = (y^2 - 1)^2 -1 = y^4 - 2y^2 + 1 - 1= y^4 - 2y^2, choice (D).</p>

<p>Here’s a solution by picking numbers:</p>

<p>Let’s try y = 2. Then y@ = 2@ = 3, and (y@)@ = 3@ = 8.</p>

<p>Now plug y=2 into the answer choices:</p>

<p>A) y^4 - 1 = 15
B) y^4 - y^2 - 1 = 11
c) y^4 + y^2 - 1 = 19
D) y^4 - 2y^2 = 8
E) y^4 - 2y^2 + 1 = 9</p>

<p>Only choice (D) came out correct, so the answer is (D).</p>

<p>2) If a and b are integers such that a + b < 1000 and a/b = 0.625, what is the greatest possible value of b?</p>

<p>From the second equation a=0.625b. So a + b = 0.625b+b = 1.625b = 13/8 b.</p>

<p>So a+b = c (where c is less than 1000) becomes b = 8/13 c. So we want to choose c to be divisible by 13 and as close to 1000 as possible. So c = 988. Thus b = 8/13 * 988 = 608.</p>

<p>(1) The number of students must be divisible by 2, 3 and 4. Since lcm(2,3,4)=12, the number of students must be a multiple of 12. Let’s take a guess. If we guess there are 60 students, then there are 60/2=30 staplers, 60/3=20 rulers, and 60/4=15 glue bottles, for a total of 30+20+15=65. It works! So there are 60 students in the class.</p>

<p>An algebraic solution:</p>

<p>If there are x students in the class, then there are x/2 staplers, x/3 rulers, and x/4 glue bottles.</p>

<p>So x/2 + x/3 + x/4 = 65.</p>

<p>Multiplying each side by 12 (the lcd) gives:</p>

<p>6x + 4x + 3x = 65<em>12
13x = 65</em>12
x = 65*12/13 = 60.</p>

<p>P.S.: I have no idea why idea these in reverse order. :)</p>

<p>dr steve tnk u so much
here are more questions
[kg</a> - Minus.com](<a href=“http://min.us/mGEQCravN#1o]kg”>http://min.us/mGEQCravN#1o)
help pls
will keep them coming</p>

<p>3) The radius of the circle is the length of the diagonal of a little square (why?), and therefore r=3sqrt(2) (again, why?). So the area of the circle is 18pi.</p>

<p>2) The inside of the big cube is 3x3x3. Thus the whole cube is 5x5x5. So the answer is 125.</p>

<p>1) Here’s one way: x+y-x=(x+y)/2-(x+y). So 2y=x+y-2x-2y, and thus x=-3y. Replace x by -3y in the picture, and it’s easy to see that the answer is E</p>

<p>I can see 2 other ways to do this. One by using an average, and another by picking numbers.</p>

<p>

I’d like to point to a common mistake people make answering this question.</p>

<p>a = 0.625b
0.625b + b <1000
1.625b < 1000
b < 615.38…
so the greatest possible (integer) value of b is 615.</p>

<p>This answer is wrong because for b = 615
a = 0.625b
a = 384.375 - not an integer.</p>

<p>+++++++++++++++++++
Here’s an approach a bit different from DrSteve’s:
a/b = 0.625
a/b = 5/8
a = 5x, b = 8x,where x is an integer.
a + b < 1000
5x + 8x < 1000
13x < 1000
x < 76.9…
The greatest possible integer value of x is 76, therefore
the greatest possible integer value of b is (8)76 = 608.</p>

<p>Thnks gfc1o1</p>

<p>You are quite welcome!</p>

<p>1) 1/2X + 1/3X + 1/4X = 65
13/12X = 65
X = 60
There were 60 students.</p>

<p>2) a = 0.625b
1.625b < 1000
b < 615.38… (this seems like an awkward answer)
The answer, however, seems to be 615.</p>

<p>3) ((y^2-1)^2)-1
=(y^2-1)(y^2-1)-1
=y^2 - 2y^2 + 1 - 1
=y^2 - 2y^2 (D)</p>

<p>4) F = 9/5C (ignore constant) - note that this is a linear relationship.
if F = 0, C = 0
if F = 27, C = 5/9(27)
Therefore, for every increase of 27 in F, C increases by 15 (D)
15 (B)</p>

<p>^^ Reading the whole thread helps avoiding previously discussed mistakes: see post #11.</p>

<p>dr steve thank u for the answers really helpful
but can you please repeat question 2 i didnt get it </p>