document.write( "Question 386837: In one season, Ana ran 18 races. This was four fewer races than twice the number of races Kelly ran. How many races did Kelly run? \n" ); document.write( "
Algebra.Com's Answer #276088 by gwendolyn(128)![]() ![]() You can put this solution on YOUR website! Let A be the number of races Ana ran \n" ); document.write( "Let K be the number of races Kelly ran\r \n" ); document.write( "\n" ); document.write( "Ana ran four fewer races than twice the number of races Kelly ran. \n" ); document.write( "So:\r \n" ); document.write( "\n" ); document.write( "A = 2*K - 4 (four fewer means subtract 4)\r \n" ); document.write( "\n" ); document.write( "We already know that Ana ran 18 races, so:\r \n" ); document.write( "\n" ); document.write( "18 = 2K - 4 \n" ); document.write( "Add 4 to both sides: \n" ); document.write( "18 + 4 = 2K - 4 + 4 \n" ); document.write( "22 = 2K \n" ); document.write( "Divide both sides by 2: \n" ); document.write( "(22)/2 = (2K)/2 \n" ); document.write( "11 = K \n" ); document.write( " \n" ); document.write( " |