document.write( "Question 1205343: Find x, when 132 base x, = 72 \n" ); document.write( "
Algebra.Com's Answer #842076 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find x, when 132 base x, = 72 \n" ); document.write( "------------- \n" ); document.write( "132 base 16 (hexadecimal) = 2 + 48 + 256 = 306 so it's less than 16 \n" ); document.write( "132 base 8 = 2 + 24 + 64 = 90 \n" ); document.write( "132 base 7 = 2 + 21 + 49 = 72 \n" ); document.write( "----> base 7 \n" ); document.write( "================= \n" ); document.write( "If there's a method other than trial & error, I'm not aware of it. \n" ); document.write( "---------- \n" ); document.write( "OK, I figured it out. \n" ); document.write( "-- \n" ); document.write( "1*x^2 + 3x + 2 = 72 \n" ); document.write( "x^2 + 3x - 70 = 0 \n" ); document.write( "(x + 10)*(x - 7) = 0 \n" ); document.write( "---> x = 7 \n" ); document.write( "-------------- \n" ); document.write( "For base -10: \n" ); document.write( "2 + (-30) + 100 = 72 decimal \n" ); document.write( "Very strange to use a negative base \n" ); document.write( "===================== \n" ); document.write( "And I agree that it's poorly stated \n" ); document.write( " |