document.write( "Question 624369: find two numbers whose some is 163 such that when the larger number is divided by the smaller number, the quotient is 3 and the remainder is 3.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #392726 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find two numbers whose some is 163 such that when the larger number is divided by the smaller number, the quotient is 3 and the remainder is 3. \n" ); document.write( "** \n" ); document.write( "let x=smaller number \n" ); document.write( "63-x=larger number \n" ); document.write( ".. \n" ); document.write( "(63-x)/x=3+3/x \n" ); document.write( "63-x=3x+3 \n" ); document.write( "4x=60 \n" ); document.write( "x=15 \n" ); document.write( "63-x=48 \n" ); document.write( "smaller number=15 \n" ); document.write( "larger number=48 \n" ); document.write( " |