document.write( "Question 723053: Luke is running a fundraising raffle for the local football club. He decides the first prize is $50 more than the second prize, and the third prize half of the second prize. If there is a total of $200 to be used for the prize money, find: \r
\n" );
document.write( "\n" );
document.write( "How much each prize winner will recieve. \n" );
document.write( "
Algebra.Com's Answer #443001 by nshah11(47)![]() ![]() ![]() You can put this solution on YOUR website! s = second prize\r \n" ); document.write( "\n" ); document.write( "s + 50 + s + s/2 = 200\r \n" ); document.write( "\n" ); document.write( "s = 150* (2/5) = $60\r \n" ); document.write( "\n" ); document.write( "first prize = $110\r \n" ); document.write( "\n" ); document.write( "third prize = $30 \n" ); document.write( " |