document.write( "Question 850408:  The ratio of the number of stamps John had to the number of stamps Peter had was 4:1. after John bought 13 more to add to his collection and Peter was given 7 more by his brother, the ratio became 3:1. How many stamps did John and Peter have at first?\r
\n" );
document.write( "\n" );
document.write( "I try to solve the problem sum by using two changing quantities ratio method but cannot get the answer. Please let me know the reason and show me how to solve the sum. Thank you. \n" );
document.write( "
| Algebra.Com's Answer #512117 by rothauserc(4718)     You can put this solution on YOUR website! let the number of stamps Peter has be x and then John has 4x \n" ); document.write( "now John got 13 more stamps and Peter got 7, therefore \n" ); document.write( "(4x+13) / (x+7) = 3/1 \n" ); document.write( "now cross multiply the fractions \n" ); document.write( "4x+13 = 3*(x+7) \n" ); document.write( "4x+13 = 3x+21 \n" ); document.write( "x = 8 \n" ); document.write( "at first Peter had 8 stamps and John had 32 stamps \n" ); document.write( " \n" ); document.write( " |