HSC 2014 MX2 Marathon ADVANCED (archive) (1 Viewer)

Status
Not open for further replies.

RealiseNothing

what is that?It is Cowpea
Joined
Jul 10, 2011
Messages
4,591
Location
Sydney
Gender
Male
HSC
2013
Re: HSC 2014 4U Marathon - Advanced Level

I haven't gotten around to grounding myself well yet, I still don['t know what eigenvectors/values are
I did them today, if you go beyond rote learning them it's very interesting.

Especially in the textbook when it briefly brings up isomorphisms.
 

Sy123

This too shall pass
Joined
Nov 6, 2011
Messages
3,730
Gender
Male
HSC
2013
Re: HSC 2014 4U Marathon - Advanced Level

 

aDimitri

i'm the cook
Joined
Aug 22, 2013
Messages
505
Location
Blue Mountains
Gender
Male
HSC
2014
Re: HSC 2014 4U Marathon - Advanced Level

Using Prime numbers gives all the board:

Black blocks are blocks where the knight has not ended
Red blocks are blocks where the knight has ended.
The number of iterations shows how many times it has been done, and shows the various positions it has ended.

The number of moves is set at 19 (prime)

10 iterations:



20 iterations:



100 iterations:



1000 iterations (ignore black dot in corner, I think its just my program, I think, not sure why its there)



EDIT: This works with most odd numbers that I'm trying, I don't think its something special with primes
By alternating colours though how can this be true? If A1 is black, surely any large odd number could only be white squares (or less if you don't allow moves back) than the whole board?
 

Sy123

This too shall pass
Joined
Nov 6, 2011
Messages
3,730
Gender
Male
HSC
2013
Re: HSC 2014 4U Marathon - Advanced Level

This is a good inequality

 

TL1998

Member
Joined
Apr 19, 2014
Messages
39
Gender
Male
HSC
2016
Re: HSC 2014 4U Marathon - Advanced Level

The lengths of the sides of a triangle form an arithmetic progression and the largest angle of the triangle exceeds the smallest by 90 degrees. show that the lengths of the sides of the triangle are in the ratio 7^(1/2) -1 : 7^(1/2):7^(1/2)+1
 

Sy123

This too shall pass
Joined
Nov 6, 2011
Messages
3,730
Gender
Male
HSC
2013
Re: HSC 2014 4U Marathon - Advanced Level

The lowercase thing? I fixed it but is the answer right?
Ah yes I see
Yes your answer was correct, I got a_n = (n+1) but I think I made a mistake, my proof was very similar to yours though
 

RealiseNothing

what is that?It is Cowpea
Joined
Jul 10, 2011
Messages
4,591
Location
Sydney
Gender
Male
HSC
2013
Re: HSC 2014 4U Marathon - Advanced Level

Two people are playing a game of cards. The rules of the game are as follows:

1) The deck is fully randomised and shuffled (52 card deck).

2) A dealer takes the top card of the deck and turns it over.

3) This is done continuously until the game is won by either of the competitors.

A game is won by the following:

1) Each card has a certain value. These values are:

Ace = 1
Number cards = The number is the value
Jack/Queen/King = 10

2) If the card is red, that value is positive. If the card is black, that value is negative.

3) As each card is turned over, the total sum is calculated (so a red 9 adds 9 whilst a black queen subtracts 10).

4) Any of the players can call "stop" after a card has been turned over.

5) You win if the card you called "stop" after gives a higher total sum than the card your opponent called stop after.

Question:

Does there exist an optimal strategy to this game, and if so what is that strategy, if:

i) Both competitors are aware of when their opponent calls stop.

ii) Neither competitor knows when their opponent has called stop.
 

seanieg89

Well-Known Member
Joined
Aug 8, 2006
Messages
2,662
Gender
Male
HSC
2007
Re: HSC 2014 4U Marathon - Advanced Level

Two people are playing a game of cards. The rules of the game are as follows:

1) The deck is fully randomised and shuffled (52 card deck).

2) A dealer takes the top card of the deck and turns it over.

3) This is done continuously until the game is won by either of the competitors.

A game is won by the following:

1) Each card has a certain value. These values are:

Ace = 1
Number cards = The number is the value
Jack/Queen/King = 10

2) If the card is red, that value is positive. If the card is black, that value is negative.

3) As each card is turned over, the total sum is calculated (so a red 9 adds 9 whilst a black queen subtracts 10).

4) Any of the players can call "stop" after a card has been turned over.

5) You win if the card you called "stop" after gives a higher total sum than the card your opponent called stop after.

Question:

Does there exist an optimal strategy to this game, and if so what is that strategy, if:

i) Both competitors are aware of when their opponent calls stop.

ii) Neither competitor knows when their opponent has called stop.
Presumably a "strategy" is just a set of rules determining whether or not to say stop after a given sequence of cards (and for (i) also with the knowledge of when an opponent says stop.)

Care to define "optimal"?

In the game theoretic sense of having the best guaranteed outcome, then saying stop as soon as your opponent does (but before the next card is dealt) guarantees you a tie every time, and by symmetry is an optimal solution for i).

For (ii), it seems like any good strategy would be based on rather ugly probabilistic expressions (Eg the probability of an arbitrary ordering of the remaining cards always having non-positive sum). Such a strategy would also be hard to specify, given the large number of possible situations. It sounds like the sort of thing you would use a computer for.

Did you make this question yourself / are you sure it has a nice solution?
 

RealiseNothing

what is that?It is Cowpea
Joined
Jul 10, 2011
Messages
4,591
Location
Sydney
Gender
Male
HSC
2013
Re: HSC 2014 4U Marathon - Advanced Level

Did you make this question yourself / are you sure it has a nice solution?
Yes/no.

Just pulled it from the top of my head to get this thread alive again. Thought even if the answer wasn't nice it would still produce decent discussion.
 

RealiseNothing

what is that?It is Cowpea
Joined
Jul 10, 2011
Messages
4,591
Location
Sydney
Gender
Male
HSC
2013
Re: HSC 2014 4U Marathon - Advanced Level

Also optimal as in, would give you the best chance of winning.

I added the two parts to see if there was any difference in the optimal strategy with the knowledge of when your opponent says stop (maybe a bit of game theory? idk). My intuition says there should be.
 

seanieg89

Well-Known Member
Joined
Aug 8, 2006
Messages
2,662
Gender
Male
HSC
2007
Re: HSC 2014 4U Marathon - Advanced Level

Also optimal as in, would give you the best chance of winning.

I added the two parts to see if there was any difference in the optimal strategy with the knowledge of when your opponent says stop (maybe a bit of game theory? idk). My intuition says there should be.
Well by symmetry, no strategy can assure you better than a 50% result. (Here a draw counts as half of a win). I stated a trivial optimal solution for (i), but if we have no information about our opponents action then the theory behind this game is entirely probabilistic...and looks quite messy.

Perhaps someone else will be able to say something more useful about it.
 

Sy123

This too shall pass
Joined
Nov 6, 2011
Messages
3,730
Gender
Male
HSC
2013
Re: HSC 2014 4U Marathon - Advanced Level

 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top