document.write( "Question 203: If the original number is 2400 and you need to find 3 numbers to equal that number, one being 25% higher than the remaining 2 which are equal...how do I calulate that and get the answer? \n" ); document.write( "
Algebra.Com's Answer #68 by ichudov(507)![]() ![]() You can put this solution on YOUR website! Your task here is mainly to write an equation. Write it in words first: \r \n" ); document.write( "\n" ); document.write( "number PLUS same number PLUS same 1.25 * number = 2400. \r \n" ); document.write( "\n" ); document.write( "Replace number with x: \r \n" ); document.write( "\n" ); document.write( "x + x + 1.25*x = 2400 \r \n" ); document.write( "\n" ); document.write( "3.25*x = 2400 \r \n" ); document.write( "\n" ); document.write( "this equation does not solve for a natural number x, the result is x = 738.461..., which makes me suspect that you either mis-stated the problem or I did not understand it. \n" ); document.write( " |