document.write( "Question 609908: What is 453 base 7 times 4 base 7?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #568832 by LisaDrapeau(7)![]() ![]() ![]() You can put this solution on YOUR website! The other poster's previously stated solution is NOT CORRECT. Here is the proper math: \n" ); document.write( " 453 \n" ); document.write( " 1 \n" ); document.write( " 31 \n" ); document.write( " 231 \n" ); document.write( " Notice the pattern? The process of multiplication is no different regardless of base. The only thing different is in what is carried. In this case it is sets of 7 instead of the sets of 10 you are used to. \n" ); document.write( " The correct answer is 2505 in base 7. \n" ); document.write( " This can be checked by converting the numbers to base 10, then multiplying, and converting back to base 7: \n" ); document.write( " 453 base 7 = (4 sets of 7^2) + (5 sets of 7^1) + (3 sets of 7^0) \n" ); document.write( " 4 base 7 = (4 sets of 7^0) \n" ); document.write( " 234 x 4 = 936 and that converted to base 7 is: \n" ); document.write( " 936/7=133 with remainder of 5 so put 5 in rightmost position and \n" ); document.write( " So to sum up (carried numbers in both cases are in the top row): \n" ); document.write( " Base 7 = Base 10 \n" ); document.write( " I hope that helps :) \n" ); document.write( " |