Only best 8 counts, so there is really no point of doing them past week 9 if you know your shit. Go do some past papers for revisions lol.I really enjoy the format of the revision live videos the math school puts out before class quizzes. Two lecturers doing questions seems to be super efficient and they tend to expand on what each other says.
It'd be almost perfect if they had these types of videos instead of tutorials. Or instead of the ONLINE tutorials. So the in class tutorial can be kept for being able to ask your own questions. Because the tutors tend to be quite poor at actual teaching and explaining their working I find.
Online tutorials are a waste of time currently, and take up too much time. I'd rather spend 4 hours doing some actual problems instead of going through the online tutorials.
Speaking about best n attempts count, I am so glad this system is in place because I absolutely flunked my algebra test yesterdayOnly best 8 counts, so there is really no point of doing them past week 9 if you know your shit. Go do some past papers for revisions lol.
lol wow pleaseJust topped SART1001, what an amazing course. Any else feel this way after topping courses?
yep ive resorted to only doing 5 online tutorials...I really enjoy the format of the revision live videos the math school puts out before class quizzes. Two lecturers doing questions seems to be super efficient and they tend to expand on what each other says.
It'd be almost perfect if they had these types of videos instead of tutorials. Or instead of the ONLINE tutorials. So the in class tutorial can be kept for being able to ask your own questions. Because the tutors tend to be quite poor at actual teaching and explaining their working I find.
Online tutorials are a waste of time currently, and take up too much time. I'd rather spend 4 hours doing some actual problems instead of going through the online tutorials.
//Created by Mr_Kap
//Date: 28/05/2016
//The lyfe of Mr_Kap
#include stdlib.h // put <> around both or wont compile
#include stdio.h
int main(int argc, char *argv[]) {
//initialise variables
int DaysToNextExam = 0;
int DaysToNextAssignment = 0;
int DaysToNextTask = 0;
//Get user input
printf("Enter amount of days until next exam: ");
scanf("%d", &DaysToNextExam);
printf("\nEnter amount of days until next assignment: ");
scanf("%d", &DaysToNextAssignment);
//Determine which task is nearest
if (DaysToNextAssignment > DaysToNextExam) {
DaysToNextTask = DaysToNextExam;
} else {
DaysToNextTask = DaysToNextAssignment;
}
while(DaysToNextTask > 1) {
printf("\nProcrastination is life. I love not studying.. (%d days until next task.)\n", DaysToNextTask);
DaysToNextTask--;
}
if (DaysToNextTask <= 1) {
printf("\nSHIT!!!!! Cramming 4 lyfe.\n");
printf("\nChugging down those Coffees. Sleep is for the WEAK.\n");
}
return EXIT_SUCCESS;
}
FIFY.Code://Created by Mr_Kap //Date: 28/05/2016 //The lyfe of Mr_Kap #include stdlib.h // put <> around both or wont compile #include stdio.h int main(int argc, char *argv[]) { //initialise variables int DaysToNextExam = 0; int DaysToNextAssignment = 0; int DaysToNextTask = 0; int ExamScore=0 //Get user input printf("Enter amount of days until next exam: "); scanf("%d", &DaysToNextExam); printf("\nEnter amount of days until next assignment: "); scanf("%d", &DaysToNextAssignment); printf("\nEnter final Mark: "); scanf("%d", &ExamScore); //Determine which task is nearest if (DaysToNextAssignment > DaysToNextExam) { DaysToNextTask = DaysToNextExam; } else { DaysToNextTask = DaysToNextAssignment; } while(DaysToNextTask > 1) { printf("\nProcrastination is life. I love not studying.. (%d days until next task.)\n", DaysToNextTask); DaysToNextTask--; } if (DaysToNextTask <= 1) { printf("\nSHIT!!!!! Cramming 4 lyfe.\n"); printf("\nChugging down those Coffees. Sleep is for the WEAK.\n"); } if (ExamScore < 50) { printf("\nWelp, time to go to tafe.\n"); }else { printf("\nUNI is so easy, I am going to get ALL HD next year.\n"); } return EXIT_SUCCESS; }
Should of got 3 more to get that easy 8 percentyep ive resorted to only doing 5 online tutorials...
+1Play the game out with the courses. If there's easy marks always work hard to get them to give you more breathing space for the finals
matrix is ok.... just the determinants. Fking calculus on the other hand is the reason why people get cancerChapter 5 algebra. Nuff said.
When in doubt with determinants just reduce to row-echelon form and use the rule for the upper triangular matrix.matrix is ok.... just the determinants. Fking calculus on the other hand is the reason why people get cancer
If you don't practice by hand, then you won't know how to use software in order to find what you want.I dont get why we need to learn to do maths by hand. its so fucking pointles.. Why cant i just use maple to solve everything?
Half of the questions are piss easy and some of them are hard. For algebra, only curve sketching was hard lol.matrix is ok.... just the determinants. Fking calculus on the other hand is the reason why people get cancer
I think you ment paid to win stoneHalf of the questions are piss easy and some of them are hard. For algebra, only curve sketching was hard lol.
__
Btw, anyone play Hearthstone?