document.write( "Question 896691: Please help me solve this problem:
\n" );
document.write( "At station A, the number of adults was 25% fewer than the number of children on a train. At station B, 25 children alighted from the train and 25 adults boarded the train. There were then 100% more adults than children. How many adults were on the train when it left station B?\r
\n" );
document.write( "\n" );
document.write( "Thanks heaps! \n" );
document.write( "
Algebra.Com's Answer #543712 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let a = number of adults. \n" ); document.write( "let c = number of children.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at station A you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = c - .25c which results in a = .75c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at station B you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(a+25) = 2 * (c-25)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "from the equation for station a, you can replace a with .75c in the equation for station B to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(.75c + 25) = 2 * (c - 25)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify this to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".75c + 25 = 2c - 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract .75c from both sides of the equation and add 50 to both sides of the equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "75 = 1.25c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of the equation by 1.25 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at station A, then a must be equal to 45 because 45 = .75 * 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "at station B you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c - 25 = 60 - 25 = 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 45 + 25 = 70\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 70 \n" ); document.write( "c = 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 2*c becomes 70 = 2*35 which becomes 70 = 70 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there were 100% more adults than children means that the number of adults is equal to the number of children plus another 100% of the children which is equal to 200% of the children which is equal to 2 times the number of children.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the numbers must be good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 45 \n" ); document.write( "c = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "70 adults were on the train when it left station B.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |