document.write( "Question 380322: Sarah has a collection of marbles. She notices that if she borrows 8 marbles from a friend, then she can arrange the marbles in rows of 15 each. What is the remainder when she divides her original number of marbles by 15?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #269896 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Sarah has a collection of marbles. She notices that if she borrows 8 marbles from a friend, then she can arrange the marbles in rows of 15 each. What is the remainder when she divides her original number of marbles by 15? \r \n" ); document.write( "\n" ); document.write( "--------------------- \n" ); document.write( "Let original number of marbles be \"x\": \n" ); document.write( "x+8 = 15k where k is the number of rows. \n" ); document.write( "--- \n" ); document.write( "x = 15k-8 \n" ); document.write( "x = [15(k-1) + 15]-8 \n" ); document.write( "x = [15(k-1)]+7 \n" ); document.write( "x/15 = (15(k-1)+7)/15 \n" ); document.write( "x/15 = (k-1)+(7/15) \n" ); document.write( "--- \n" ); document.write( "Quotient = (k-1) \n" ); document.write( "Remainder = 7 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |