document.write( "Question 1193391: Raina works as a tutor for $7 an hour and as a waitress for $12 an hour. This month, she worked a combined total of 97 hours at her two jobs.
\n" );
document.write( "Let t be the number of hours Raina worked as a tutor this month. Write an expression for the combined total dollar amount she earned this month. \n" );
document.write( "
Algebra.Com's Answer #825400 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = the number of hours worked as a tutor \n" ); document.write( "let y = the number of hours worked as a waitress. \n" ); document.write( "let t = the total number of hours she worked during the month. \n" ); document.write( "7x = the total amount of money she made as a tutor. \n" ); document.write( "15y = the total amount of money she made as a waitress. \n" ); document.write( "t = x + y means the total number of hours she worked during the month is the sum of the total number of hours she worked as a tutor plus the total number of hours she worked as a waitress during the month. \n" ); document.write( "let d = the total amount of dollars she made during the month. \n" ); document.write( "the formula for d becomes: \n" ); document.write( "d = 7x + 15y \n" ); document.write( "that's the equation for the total dollar amount she made during the month. \n" ); document.write( "the expression to determine the total dollar amount she earned during the month is 7x + 15y. \n" ); document.write( "that's the expression on the right side of the equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in answer to your request for a numeric solution, please read the following:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the problem does clearly state to \"Write an expression for the combined total dollar amount she earned this month.\" \n" ); document.write( "it does not ask for a numeric solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "despite that, i don't believe this problem lends itself to a unique solution, the reason being that you have 2 equations in 3 unknowns. \n" ); document.write( "your 3 unknowns are the number of hours worked at 7 dollars an hour and the number of hours worked at 15 dollars an hour and the total amount of money that was made. \n" ); document.write( "you do know that the total hours worked is 97, but you don't know what the total amount of money that was earned is. \n" ); document.write( "that is required, as far as i can tell, for there to be unique solution. \n" ); document.write( "there are limits to the amount of money that can be earned, given the constraints of the problem. \n" ); document.write( "the minimum money that can be earned is 7 * 97 + 15 * 0 = 679. \n" ); document.write( "the maximum money that can be earned is 7 * 0 + 15 * 97 = 1455. \n" ); document.write( "what this says is that she couldn't make less than 679 dollars and she couldn't make more than 1455 dollars, given that she worked 97 hours during the week at 7 dollars an hour for the tutor job and 15 dollars an hour for the waitress job. \n" ); document.write( "if you pick any amount of money between these extremes, you can then solve for the number of hours worked at each. \n" ); document.write( "for example, if you say that she made 1000 dollars during the week, then you can solve for the number of hours worked at each job as follows: \n" ); document.write( "your equations become: \n" ); document.write( "x + y = 97 \n" ); document.write( "7x + 15y = 1000 \n" ); document.write( "these are 2 equations that need to b solved simultaneously. \n" ); document.write( "multiply both sides of the first equation by 7 to get: \n" ); document.write( "7x + 7y = 679 \n" ); document.write( "7x + 15y = 1000 \n" ); document.write( "subtract the first equation from the second to get: \n" ); document.write( "8y = 321 \n" ); document.write( "solve for y to get: \n" ); document.write( "y = 321/8 = 40.125. \n" ); document.write( "since x + y = 97, then y = 97 - 40.125 = 56.875 \n" ); document.write( "to confirm, replace x and y in the original equations to get: \n" ); document.write( "x + y = 97 becomes 56.875 + 40.125 = 97 which becomes 97 = 97 which is true. \n" ); document.write( "7x + 15y = 1000 becomes 7*56.875 + 15 * 40.125 = 1000 which becomes 1000 = 1000 which is true. \n" ); document.write( "if the total amount of money earned is 1000, then the value of x and y will be 56.875 and 40.125 respectively. \n" ); document.write( "given another value of money earned between 679 and 1455, you would get a different number of hours for x and y. \n" ); document.write( "let me know if you have any further questions. \n" ); document.write( "i'll answer to the best of my ability. \n" ); document.write( "theo\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |