document.write( "Question 1203103: A customer bought 2 fruit cups and 3 sandwiches for US$ 19.\r
\n" );
document.write( "\n" );
document.write( "When she bought 6 fruit cups and 8 sandwiches her bill was US $54.\r
\n" );
document.write( "\n" );
document.write( "• Write two equations to represent the information given above.
\n" );
document.write( "• Calculate the cost for ONE fruit cup.
\n" );
document.write( "• Hence, determine the cost per sandwich.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Your friend, Manuel, got this question on a take home assignment. Having solved the pair of equations, he believes that the cost per fruit cup is US$3 and the cost per sandwich is US $5.\r
\n" );
document.write( "\n" );
document.write( "a) Write the pair of equations, clearly defining each variable used. [1 mark]\r
\n" );
document.write( "\n" );
document.write( "b) Use a graphical method to tell whether Manuel is correct. You must clearly label the solution and explicitly state your position on Manuel’s answer. [2 marks]\r
\n" );
document.write( "\n" );
document.write( "c) Show Manuel an alternative approach on your College Algebra syllabus for solving pairs of simultaneous equations. You should name the method you will use and show full working. [3 marks]\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #838392 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Part (a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = cost of 1 fruit cup \n" ); document.write( "y = cost of 1 sandwich \n" ); document.write( "Each cost is in dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x = cost of 2 fruit cups \n" ); document.write( "3y = cost of 3 sandwiches \n" ); document.write( "2x+3y = cost of 2 fruit cups and 3 sandwiches \n" ); document.write( "2x+3y = 19\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Through a similar thought process, the other equation would be 6x+8y = 54\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The system of equations is \n" ); document.write( "2x+3y = 19 \n" ); document.write( "6x+8y = 54\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "======================================================================================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use GeoGebra, Desmos, TI83/84, or any graphing tool to plot the equations we found in the previous part. \n" ); document.write( "Another approach is to plot the equations by hand on a piece of graph paper.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x+3y = 19 goes through the points (2,5) and (5,3) \n" ); document.write( "6x+8y = 54 goes through the points (1,6) and (5,3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The two lines intersect at the point (5,3) \n" ); document.write( "It is the single solution to the system. \n" ); document.write( "This breaks down to x = 5 and y = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, 1 fruit cup costs $5 and 1 sandwich costs $3 \n" ); document.write( "Manuel has the two values incorrectly swapped.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "======================================================================================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part (c)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can use the elimination method as one approach.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Triple each side of the 1st equation \n" ); document.write( "2x+3y = 19 \n" ); document.write( "3(2x+3y) = 3*19 \n" ); document.write( "6x+9y = 57\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This original system \n" ); document.write( "2x+3y = 19 \n" ); document.write( "6x+8y = 54\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "is equivalent to this system \n" ); document.write( "6x+9y = 57 \n" ); document.write( "6x+8y = 54\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From here, subtract straight down. \n" ); document.write( "The x terms cancel out because 6x-6x = 0x = 0 \n" ); document.write( "The y terms turn into 9y-8y = 1y = y \n" ); document.write( "The right-hand-sides become 57-54 = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ultimately this boils down to y = 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use this y value to find x. \n" ); document.write( "2x+3y = 19 \n" ); document.write( "2x+3*3 = 19 \n" ); document.write( "2x+9 = 19 \n" ); document.write( "2x = 19-9 \n" ); document.write( "2x = 10 \n" ); document.write( "x = 10/2 \n" ); document.write( "x = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or we could pick on the other equation \n" ); document.write( "6x+8y = 54 \n" ); document.write( "6x+8*3 = 54 \n" ); document.write( "6x+24 = 54 \n" ); document.write( "6x = 54-24 \n" ); document.write( "6x = 30 \n" ); document.write( "x = 30/6 \n" ); document.write( "x = 5 \n" ); document.write( "Either way, we have determined that x = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So that's how we can back up part (b) when we mentioned x = 5 and y = 3.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "Plug x = 5 and y = 3 into the 1st equation \n" ); document.write( "2y+3y = 19 \n" ); document.write( "2*5+3*3 = 19 \n" ); document.write( "10+9 = 19 \n" ); document.write( "19 = 19 \n" ); document.write( "Repeat for the other equation \n" ); document.write( "6x+8y = 54 \n" ); document.write( "6*5+8*3 = 54 \n" ); document.write( "30+24 = 54 \n" ); document.write( "54 = 54 \n" ); document.write( "Both equations are true for this pair of x,y values. The answer is fully confirmed. \n" ); document.write( " \n" ); document.write( " |