To better answer your question, we, or at least me, need to know what you scored for each section... Anyway, here is how I think about it: if you scored a 169, then you can definitely score higher as long as time is not a concern... Good luck!
You need more time to practice... I guess one way you can improve in two weeks is to do 5 games of each type and full proofing them in order to see how everything works...
Basic In and Out
Advance In and Out
In and Out Sequence
In and Out Sub
…
Without timing yourself, take some questions and do them. You should get about 90% of them right; otherwise, you need to sharpen your skills. After that, you can start doing time sections, which will probably mess your Yin and Yang flow...
Good luc…
Hey!
I am unsure on what you mean by this: "[w]hen writing out conditional statements, I am sometimes confused whether a subject is part of the conditional statement or it is a subset of another item."
Remember that diagraming is a method to hel…
Here is how you do it:
If we have these two conditional statements:
X —> Y
Z —> Y
We can’t infer anything...
However, if we take the contra-positive of those two conditional statements, we get the following:
~Y —> ~X
~Y —> ~Z
Fro…
Some As are Bs: As Bs
All Cs are Ds: Cs ---> Ds
No Bs are Cs: Bs ---> ~Cs
Linking them will look something like this:
As Bs ---> ~Cs
~Ds ---> ~Cs
(I can't find a way to connect Bs and ~Ds to ~Cs, but if you are writing this down,…
How would you diagram “the only thing you need for A is B ” and “the only way to have C is through D”?
For the first one, you do it like this: A → B
For the second one, you do it like this: C → D
Are these two the same statements?
Yes, they are …