document.write( "Question 404544: the equation is written to the base 3n-1 instead of base 10 (a,b,c) range from 0 to 3n-2
\n" );
document.write( "i have solved it up to the point but can't find a method to find a,b,c
\n" );
document.write( "2[a(3n-1)^2 + b(3n-1) + c)] = c(3n-1)^2 + b(3n-1) + a
\n" );
document.write( "a(18n^2 - 12n + 1) + b(3n-1) = c(9n^2 -6n -1)\r
\n" );
document.write( "\n" );
document.write( "(18a-9c)^2 + (-12a+3b+6c)n + (a+b+c) = 0\r
\n" );
document.write( "\n" );
document.write( "this is the bit where am stuck how to obtain a,b and c
\n" );
document.write( "the answers should be a=n-1 b=3n-2 c=2n-1
\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #286001 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! The easiest way is to try small cases (i.e. n = 1, 2, 3, etc.), then prove your result using induction. However there's quite a bit of algebra, and the only flaw is that the solution doesn't prove uniqueness. \n" ); document.write( " |