document.write( "Question 175232This question is from textbook
\n" );
document.write( ": I can't figure out the following equation:\r
\n" );
document.write( "\n" );
document.write( "Paul jogged half as many miles (mi) as Lucy and 7 less than Isaac. If the three ran a total of 23 MI, how far did each person run? \n" );
document.write( "
Algebra.Com's Answer #130317 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! let x = number of miles paul jogged. \n" ); document.write( "let y = number of miles lucy jogged. \n" ); document.write( "let z = number of miles isaac jogged. \n" ); document.write( "--- \n" ); document.write( "paul jogged half as many miles as lucy: \n" ); document.write( "x = .5y \n" ); document.write( "solving for y, we get: \n" ); document.write( "y = 2x \n" ); document.write( "--- \n" ); document.write( "paul jogged 7 miles less than isaac. \n" ); document.write( "x = z-7 \n" ); document.write( "solving for z, we get: \n" ); document.write( "z = x+7 \n" ); document.write( "--- \n" ); document.write( "the total number of miles jogged is 23: \n" ); document.write( "x + y + z = 23 \n" ); document.write( "--- \n" ); document.write( "we can substitute 2x for y, and x+7 for z to get: \n" ); document.write( "x + 2x + x + 7 = 23 \n" ); document.write( "combine like terms to get: \n" ); document.write( "4x + 7 = 23 \n" ); document.write( "subtract 7 from both sides to get: \n" ); document.write( "4x = 23 - 7 = 16 \n" ); document.write( "divide both sides by 4 to get: \n" ); document.write( "x = 4 \n" ); document.write( "--- \n" ); document.write( "now that we have x = 4, we can go back to the original equation and find the value of y and z. \n" ); document.write( "--- \n" ); document.write( "paul jogged 4 miles (x = number of miles paul jogged). \n" ); document.write( "this means that lucy must have jogged 8 (y = 8) because 4 is 1/2 of 8. \n" ); document.write( "this means that isaac must have jogged 11 (z = 11) because 4 is 11 minus 7. \n" ); document.write( "--- \n" ); document.write( "we have: \n" ); document.write( "x + y + z = 23 \n" ); document.write( "substituting, we get: \n" ); document.write( "4 + 8 + 11 = 23 \n" ); document.write( "which becomes: \n" ); document.write( "23 = 23 proving the values for x,y,z are good. \n" ); document.write( "--- \n" ); document.write( "paul jogged 4 miles. \n" ); document.write( "lucy jogged 8 miles. \n" ); document.write( "isaac jogged 11 miles. \n" ); document.write( "--- \n" ); document.write( " |