document.write( "Question 987464: Alexa and Zack are solving the following problem: The number of miles on Car A is 50 miles more than the number of miles on Car B, and the number of miles on Car B is 30 miles more than the number of miles on Car C. All the cars travel 50 miles in 1 hour. After 1 hour, twice the number of miles Car A is 70 miles less than 3 times the number of miles on Car C. How many miles were there on Car B initially? Alexa assumes there are m miles on Car B. Zack assumes there are m miles on Car C. Will Zack's answer be the same as Alexa's answer? Explain. \n" ); document.write( "
Algebra.Com's Answer #608275 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Alexa and Zack are solving the following problem: \n" ); document.write( "The number of miles on Car A is 50 miles more than the number of miles on Car B, \n" ); document.write( "a = b+50 \n" ); document.write( " and the number of miles on Car B is 30 miles more than the number of miles on Car C. \n" ); document.write( "b = c+30 \n" ); document.write( "or \n" ); document.write( "c = b-30 \n" ); document.write( " All the cars travel 50 miles in 1 hour. \n" ); document.write( "All travel at 50 mph \n" ); document.write( " After 1 hour, twice the number of miles Car A is 70 miles less than 3 times the number of miles on Car C. \n" ); document.write( "2(a+50) = 3(c+50) - 70 \n" ); document.write( "2a + 100 = 3c + 150 - 70 \n" ); document.write( "2a = 3c + 150 - 70 - 100 \n" ); document.write( "2a = 3c - 20 \n" ); document.write( "Replace a with (b+50), replace c with (b-30) \n" ); document.write( "2(b+50) = 3(b-30) - 20 \n" ); document.write( "2b + 100 = 3b - 90 - 20 \n" ); document.write( "2b + 100 = 3b - 110 \n" ); document.write( "2b = 3b - 110 - 100 \n" ); document.write( "2b = 3b - 210 \n" ); document.write( "210 = 3b - 2b \n" ); document.write( "b = 210 mi car B initially \n" ); document.write( "then \n" ); document.write( "a = 210 + 50 \n" ); document.write( "a = 260 car A initially \n" ); document.write( "and \n" ); document.write( "c = 210 - 30 \n" ); document.write( "c = 180 mi Car C initially \n" ); document.write( " \n" ); document.write( "Alexa assumes there are m miles on Car B.\ \n" ); document.write( " Zack assumes there are m miles on Car C. \n" ); document.write( " Will Zack's answer be the same as Alexa's No \n" ); document.write( " |