document.write( "Question 298647: I need to find two consecutive whole numbers such that 1/4th of the first number is one more than 1/5th of the second number. I know they are 24 & 25 but I need a formula that will work cause mine isn't working. \n" ); document.write( "
Algebra.Com's Answer #214759 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
I need to find two consecutive whole numbers such that 1/4th of the first number is one more than 1/5th of the second number. I know they are 24 & 25 but I need a formula that will work cause mine isn't working.\r
\n" ); document.write( "\n" ); document.write( "let one number be x\r
\n" ); document.write( "\n" ); document.write( "the other will be x+1\r
\n" ); document.write( "\n" ); document.write( "x/4 -1 = x+1 / 5\r
\n" ); document.write( "\n" ); document.write( "x+4/ 4 = x+1 / 5\r
\n" ); document.write( "\n" ); document.write( "5(x-4) = 4(x+1)\r
\n" ); document.write( "\n" ); document.write( "5x-20=4x+4\r
\n" ); document.write( "\n" ); document.write( "5x-4x=20+4\r
\n" ); document.write( "\n" ); document.write( "x= 24\r
\n" ); document.write( "\n" ); document.write( "x+1 =25\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );