I. A decorator bought a bolt of defective cloth that he judged to be 3/4 usable, in which case the cost would be 0.80 USD per usable yard. If it was later found that only 2/3 of the bolt could be used, what was the actual cost per usable yard?
X: the judged cost by the decorator
Y: the actual cost
3/4 x = 2/3 y
x = 0.8 --> y = 3/4 x 3/2 x 0.8 = 9/8 x 0.8 = 0.9
the actual cost is 0.9 USD per usavle yard
NOTE:
Pi10t: you got your equation correct
3/4*0.8*(3/2) = 0.6 = Y. This should yield to 0.9 = Y.
I think you had an arithmatic error here.
the answer is
B
******************
II. If x, y, and z are single-digit integers and 100(x) + 1,000 (y) + 10(z) = N, what is the units' digit of the number N?
No matter what x,y,and z are, each one of them is multiplied by 10, 100, or 1,000. Therefore, the units' digit is 0
A
If you can't visualize it, try to pick simple single-digit integers for x , y , and z and see what happens: [x=2, y=4, z=7]
N = 200 + 4000 + 70 = 4270 --> units' digit of N is zero
******************
III. Three stacks containing equal numbers of chips are to be made from 9 red chips, 7 blue chips, and 5 green chips. If all of these chips are used and each stack contains at least 1 chip of each color, what is the maximum number of red chips in any one stack?
First, we have 9+7+5 = 21 chips for 3 stacks --> each stack contains 21/3 = 7 chips.
Now, since we're looking for maximum # of red chips in one stack, yet each stack must contain at least one red chip, let's use one chip only to minimize the number of red chips in two of the stacks. This will allow to maximize the number of red chips in the third stack.
Stack 1 [ the one with max. red chips ] :1 green , 1 blue , 5 red
There are enough red chips such that each other stack would contain at least one red chip.
Answer is C [ 5 chips ]
******************
IV. What is the remainder when the positive integer x is divided by 2?
(1) x is an odd integer.
(2) x is a multiple of 3.
x/y = qy + r where q is the qoutient and r is the remainder
x/2 = 2q + r
Statement 1: x is odd
if x is odd, then x is not divisible by 2 and the remainder r = 1
You can pick numbers to confirm this fact.
--> Statement 1 is sufficient
Statement 2: x is a multiple of 3
x could be 6 and thus r = 0 or x could be 9 and thus r = 1
--> Statement 2 is insufficient
Answer is A