Login

Welcome, Guest. Please login or register.

November 05, 2025, 06:09:27 am

Author Topic: 1,000,000 Question Thread :D  (Read 45100 times)  Share 

0 Members and 1 Guest are viewing this topic.

kenhung123

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3373
  • Respect: +7
Re: 1,000,000 Question Thread :D
« Reply #165 on: December 09, 2009, 12:47:09 am »
0
The point (h,k) lies on the line y=x+1 and is 5 units from the point (0,2). Write down the two equation connecting h and k and hence find the possible values of h and k.

I used the gradient and distance between 2 points equations and got
« Last Edit: December 09, 2009, 12:50:58 am by kenhung123 »

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: 1,000,000 Question Thread :D
« Reply #166 on: December 09, 2009, 12:51:30 am »
0
The point (h,k) lies on the line y=x+1 and is 5 units from the point (0,2). Write down the two equation connecting h and k and hence find the possible values of h and k.

I used the gradient and distance between 2 points equations and got

That's good, now you just have to solve it simultaneously.
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

kenhung123

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3373
  • Respect: +7
Re: 1,000,000 Question Thread :D
« Reply #167 on: December 09, 2009, 01:02:26 am »
0
I got the wrong answer, or is the textbook wrong?

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: 1,000,000 Question Thread :D
« Reply #168 on: December 09, 2009, 01:05:58 am »
0
Wait!! Sorry, I misread the first time, why do you have h = k-2 it should be k = h + 1 I think :)
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

kenhung123

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3373
  • Respect: +7
Re: 1,000,000 Question Thread :D
« Reply #169 on: December 09, 2009, 01:13:08 am »
0
How did you get that?

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: 1,000,000 Question Thread :D
« Reply #170 on: December 09, 2009, 01:16:26 am »
0
well (h,k) lies on the line y = x+1

so sub k for y and h for x
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

kenhung123

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3373
  • Respect: +7
Re: 1,000,000 Question Thread :D
« Reply #171 on: December 09, 2009, 01:19:31 am »
0
well (h,k) lies on the line y = x+1

so sub k for y and h for x
I did (2-k)/(0-h)=1
-h=2-k
h=k-2

But I guess it didn't say the point was on the same line hehe
Thanks TT

TrueTears

  • TT
  • Honorary Moderator
  • Great Wonder of ATAR Notes
  • *******
  • Posts: 16363
  • Respect: +667
Re: 1,000,000 Question Thread :D
« Reply #172 on: December 09, 2009, 01:22:33 am »
0
You can do that but it wouldn't be (0,2)

If you sub 0 for x you should get 1 for y :P

so it'd be (1-k)/(0-h) = 1

1-k = -h

1+h=k

:)
PhD @ MIT (Economics).

Interested in asset pricing, econometrics, and social choice theory.

kenhung123

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3373
  • Respect: +7
Re: 1,000,000 Question Thread :D
« Reply #173 on: December 09, 2009, 01:26:28 am »
0
P and Q are the points of intersection of the line y/2+x/3=1 with the x and y axes respectively. The gradient of QR is 1/2, where R is the point with x co ordinate 2a, a>0

Find:
The y co ordinate of R in terms of a.

I did
(0-y)/(3-2a)=1/2
-y=1/2(3-2a)
y=-1/2(3-2a)

trinon

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 240
  • Respect: +5
Re: 1,000,000 Question Thread :D
« Reply #174 on: December 09, 2009, 04:55:26 am »
0


Find P and Q from letting x and y equal 0:




We know that the gradient of QR is 1/2 and that there is a point (0,2) on it, so we simply create the equation and sub in the known co-ordinate:






Now sub in the x co-ord:


Eli rocks at running.

kenhung123

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3373
  • Respect: +7
Re: 1,000,000 Question Thread :D
« Reply #175 on: December 09, 2009, 10:21:56 am »
0
Thanks
ABCD is a parallelogram, lettered anticlockwise, such that A and C are points (-1,5) and (5,1) respectively.

Given that BC is perpendicular to AC, find:
The co ordinates of B

kyzoo

  • Victorian
  • ATAR Notes Superstar
  • ******
  • Posts: 2040
  • Respect: +23
Re: 1,000,000 Question Thread :D
« Reply #176 on: December 09, 2009, 11:01:59 am »
0
Gradient of AC = (5-1)/(-1-5) = -2/3

Therefore Gradient of BC = 3/2

Equation of straight line intersecting with BC is
y - 1 = 1.5(x-5)
y = 1.5x - 6.5

Let B = (x, y)

AC = sqrt((5+1)^2 + (5-1)^2) = sqrt(52)
BC = sqrt((5-x)^2 + (1-y)^2)
AB = sqrt((-1-x)^2 + (5 - y)^2) = sqrt((1+x)^2 + (5 - y)^2)

Now because ABC is a right-angled triangle

Therefore AC^2 + BC^2 = AB^2

52 + (5-x)^2 + (1-y)^2 = (1+x)^2 + (5 - y)^2
52 + 25 + 1 + x^2 + y^2 - 10x - 2y = 1 + 25 + x^2 + y^2 + 2x -10y
52 - 10x - 2y = 2x - 10y
52 + 8y = 12x
1.5x = (12x)/8 = 52/8 + y

Now we have simultaneous equations

y = 1.5x - 6.5
= 52/8 + y - 6.5

...Lol I can't figure out where I went wrong
2009
~ Methods (Non-CAS) [48 --> 49.4]

2010
~ Spesh [50 --> 51.6]
~ Physics [50 --> 50]
~ Chem [43 --> 46.5]
~ English [46 --> 46.2]
~ UMEP Maths [5.0]

2010 ATAR: 99.90
Aggregate 206.8

NOTE: PLEASE CONTACT ME ON EMAIL - [email protected] if you are looking for a swift reply.

kenhung123

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3373
  • Respect: +7
Re: 1,000,000 Question Thread :D
« Reply #177 on: December 09, 2009, 02:36:28 pm »
0
I did this:
Since BC has gradient of 3/2 and AB has gradient of -2/3
Given A and C are points (-1,5) and (5,1)
(1-y)/(5-x)=3/2
(5-y)/(-1-x)=-2/3

I solve simultaneously and get false...

Ilovemathsmeth

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1370
  • Respect: +7
Re: 1,000,000 Question Thread :D
« Reply #178 on: December 09, 2009, 04:17:25 pm »
0
I'd find coordinates of letter B by solving the these two inequations:

Equation of line BD and equation of line BC. Both of these were found in previous parts of the question. By solving these two simultaneously, you can find where they cross and thus the coordinates of B.

Hope that helps.
Raw Scores:
Psychology 50 | Mathematical Methods 49 | Further Mathematics 49 | Accounting 49 | Chemistry 44 | English 43
ATAR: 99.75

kenhung123

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3373
  • Respect: +7
Re: 1,000,000 Question Thread :D
« Reply #179 on: December 09, 2009, 04:41:38 pm »
0
Thanks mathsmeth! Finally did it! But do you know why I could not have solved it the way I attempted?