document.write( "Question 461850:  How would I work this problem?\r
\n" );
document.write( "\n" );
document.write( "One number is 25% of another.  The larger number is 12 more than the smaller.  What are the numbers? \n" );
document.write( "
| Algebra.Com's Answer #316707 by robertb(5830)     You can put this solution on YOUR website! Let s be the smaller number.\r \n" ); document.write( "\n" ); document.write( "Then the larger number is 1.25s, and by the other given, also s + 12.\r \n" ); document.write( "\n" ); document.write( "Then 1.25s = s + 12.\r \n" ); document.write( "\n" ); document.write( "==> 0.25s = 12 ==> s = 12/0.25 ==> s = 48, the smaller number.\r \n" ); document.write( "\n" ); document.write( "==> the larger number is 60. \n" ); document.write( " |