document.write( "Question 1190851: The average speed of a car is 2x^2 + 8k - 12 km/h. How far can it go in 3x-2 hours? \n" ); document.write( "
Algebra.Com's Answer #822579 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I'm assuming you mean to say 8x instead of 8k \n" ); document.write( "The idea is to multiply the speed with the time value to find the distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "distance = rate*time \n" ); document.write( "distance = speed*time\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the goal is to multiply out (2x^2+8x-12)*(3x-2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "One way to multiply polynomials is to lay out a table like this
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To figure out what that \"something else\" is, we multiply the outer pair of items. \n" ); document.write( "So the upper left corner is 6x^3 because 3x times 2x^2 = 6x^3 \n" ); document.write( "This means we replace the \"A\" with 6x^3
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The bottom right corner is 24 because -2*(-12) = 24 \n" ); document.write( "Therefore, we replace the letter F placeholder with 24
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The other items are handled in a very similar fashion.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll let you fill out the rest of the table. \n" ); document.write( "Once the table is fully complete, you add up the stuff found inside. \n" ); document.write( "If there are any like terms, make sure to combine them. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For more information, check out the box method.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A similar example is shown below.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's say we wanted to multiply x^2+5x+6 with x-3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The starting table looks like
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we have \n" ); document.write( "A = x*x^2 = x^3 in the upper left corner \n" ); document.write( "B = x*5x = 5x^2 \n" ); document.write( "C = x*6 = 6x \n" ); document.write( "to finish off the first row.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For the next row, we have, \n" ); document.write( "D = -3x^2 \n" ); document.write( "E = -3*5x = -15x \n" ); document.write( "F = -3*6 = -18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is the completed table for this example
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we add up the stuff found in the table (items A through F earlier) \n" ); document.write( "A+B+C+D+E+F = x^3+5x^2+6x+(-3x^2)+(-15x)+(-18) = x^3+2x^2-9x-18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note we added these two pairs of like terms \n" ); document.write( "5x^2 and -3x^2 to get 2x^2 \n" ); document.write( "6x and -15x to get -9x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, \n" ); document.write( "(x-3)*(x^2+5x+6) = x^3+2x^2-9x-18 \n" ); document.write( "This is of course an example and not the final answer to your particular question. However, you will follow the same type of steps. \n" ); document.write( " \n" ); document.write( " |