I think this is for the algebra guru's if it is at all possible.
I'm trying to estimate a race horse win prize money based on number of wins and total prize money won.
Winning prize money is approx. 60% of the prize money allocated to the race.
<table border="1" cellpadding="0" cellspacing="0"><tbody> <tr style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt; font-weight: bold;"> <td> </td> <td>A</td> <td>B</td> <td>C</td> <td>D</td> <td>E</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">1</td> <td style="text-align: center; font-weight: bold;">Prizemoney</td> <td style="text-align: center; font-weight: bold;">Starts</td> <td style="text-align: center; font-weight: bold;">Wins</td> <td style="text-align: center; font-weight: bold;">Others</td> <td> </td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">2</td> <td style="text-align: center;">100,000</td> <td style="text-align: center;">12</td> <td style="text-align: center;">2</td> <td style="text-align: center;">10</td> <td> </td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">3</td> <td style="text-align: center;">77,000</td> <td style="text-align: center;">10</td> <td style="text-align: center;">3</td> <td style="text-align: center;">7</td> <td> </td></tr></tbody></table>As you can see I'm only interested in getting the winning $$'s and no other info.
So the win money is 60% of available money and the other placings etc would be 40% of available prize money I reckon.
Just tell me if it's not possible which it may be.
Thanks
Bob
I'm trying to estimate a race horse win prize money based on number of wins and total prize money won.
Winning prize money is approx. 60% of the prize money allocated to the race.
<table border="1" cellpadding="0" cellspacing="0"><tbody> <tr style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt; font-weight: bold;"> <td> </td> <td>A</td> <td>B</td> <td>C</td> <td>D</td> <td>E</td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">1</td> <td style="text-align: center; font-weight: bold;">Prizemoney</td> <td style="text-align: center; font-weight: bold;">Starts</td> <td style="text-align: center; font-weight: bold;">Wins</td> <td style="text-align: center; font-weight: bold;">Others</td> <td> </td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">2</td> <td style="text-align: center;">100,000</td> <td style="text-align: center;">12</td> <td style="text-align: center;">2</td> <td style="text-align: center;">10</td> <td> </td></tr> <tr style="height: 17px;"> <td style="text-align: center; background-color: rgb(202, 202, 202); font-size: 8pt;">3</td> <td style="text-align: center;">77,000</td> <td style="text-align: center;">10</td> <td style="text-align: center;">3</td> <td style="text-align: center;">7</td> <td> </td></tr></tbody></table>As you can see I'm only interested in getting the winning $$'s and no other info.
So the win money is 60% of available money and the other placings etc would be 40% of available prize money I reckon.
Just tell me if it's not possible which it may be.
Thanks
Bob