document.write( "Question 1122190: 1.) Fill in the blank with a plausible hourly wage, then solve the problem.
\n" );
document.write( "Thomas earns _ per hour, plus tips. At the end of the day, he made exactly $30 less in tips than he did from his hourly wage. In total, he made $131. How much did he make in tips?\r
\n" );
document.write( "\n" );
document.write( "2.)There are 100 Grade 9 students at a high school, and 40% of these students went to the football game. The full price for a ticket was $8.00, but half of the Grade 9 students who went to the game wore school colors, so they only had to pay $2.00 for a ticket. What was the total amount of money collected from the Grade 9 students who attended the football game.\r
\n" );
document.write( "\n" );
document.write( "3.) Consider the general question (-1)^n is a natural number (1, 2, 3...). What will it evaluate to, for a given value of n? \n" );
document.write( "
Algebra.Com's Answer #738246 by Theo(13342)![]() ![]() You can put this solution on YOUR website! 1.) Fill in the blank with a plausible hourly wage, then solve the problem. \n" ); document.write( "Thomas earns _ per hour, plus tips. At the end of the day, he made exactly $30 less in tips than he did from his hourly wage. In total, he made $131. How much did he make in tips? \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it really doesn't matter how much he makes per hour. \n" ); document.write( "he will make the same value in tips at the end of the day. \n" ); document.write( "that value will be 50.5 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let h = the number of hours he works in a day. \n" ); document.write( "let w = his hourly wages. \n" ); document.write( "let t = the amount of tips he makes in a day.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "he makes wh + t in a day.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since he made 131 on a particular day, then wh + t = 131\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that he made 30 dollars less in tips than he made from his hourly wage.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that t = wh - 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for wh to get wh = t + 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the formula of wh + t = 131, replace wh with t + 30 to get t + 30 + t = 131.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get 2t + 30 = 131\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for t to get t = (131 - 30) / 2 = 50.5 dollars.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2.)There are 100 Grade 9 students at a high school, and 40% of these students went to the football game. The full price for a ticket was $8.00, but half of the Grade 9 students who went to the game wore school colors, so they only had to pay $2.00 for a ticket. What was the total amount of money collected from the Grade 9 students who attended the football game.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40% of 100 grade 9 students = 40 grade 9 students that went to the football game.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "half of the grade 9 students wore school colors so they only had to pay 2 dollars for their tickets.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the other half had to pay full fare of 8 collars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20 * 2 + 20 * 8 = 40 + 160 = 200 dollars that was collected from the grade 9 students that went to the football game.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "3.) Consider the general question (-1)^n is a natural number (1, 2, 3...). What will it evaluate to, for a given value of n?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(-1)^n is equal to -1 if n is odd and is equal to 1 if n is even. \n" ); document.write( "as n increases by 1 each time, the function fluctuates between -1 and 1 endlessly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(-1)^1 = -1 \n" ); document.write( "(-1)^2 = 1 \n" ); document.write( "(-1)^3 = -1 \n" ); document.write( "(-1)^4 = 1 \n" ); document.write( "etc.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |