document.write( "Question 955275: The top speed of a Dodge Charger SRT8 is 33 mph less than the top speed of a Chevorlet Corvette z06. At their top speeds, a Corvette can travel 6 miles in the same time that a Charger can travel 5 miles. Find the top speed of each car. \n" ); document.write( "
Algebra.Com's Answer #583630 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let d = speed of the charger. \n" ); document.write( "let c = speed of the corvetter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = c - 133\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that the speed of the charger is 33 miles per hour less than the speed of the corvette.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "rate * time = distance\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the charger, that becomes d * t = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the corvette, that becomes c * t = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since d = c - 33, then for the charger, that becomes (c - 33) * t = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve both equations for t to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t = 5 / (c - 33) for the charger.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t = 6 / c for the corvette.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute 5 / c - 33) for t in the second equation and you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5 / (c - 33) = 6 / c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cross multiply to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5 * c = 6 * (c - 33)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5 * c = 6 * c - 6 * 33\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify further to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5 * c = 6 * c - 198\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for c to get c = 198\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for d to get d = 198 - 33 = 165\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "top speed for the corvette is 198 miles per hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "top speed for the charger is 165 miles per hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |