document.write( "Question 105934: OK i need to work out the price that we were beaten by to win some jobs with a particular client.
\n" );
document.write( "I'll give 3 examples, and what I am after is a fixed formula so I can work out what was quoted by our opposition each time.\r
\n" );
document.write( "\n" );
document.write( "Example#1: We won the job, quoting $1550. The variation % is 0.00%\r
\n" );
document.write( "\n" );
document.write( "Example#2: We have lost this job. Our quote $590. Variation 100%, therefore I calculate the winning quote to be $295.\r
\n" );
document.write( "\n" );
document.write( "Example#3: Our Quote: $2145. Variation: 50% Would the winning quote be $1430?\r
\n" );
document.write( "\n" );
document.write( "Example#4: our quote: $2435. Variation: 35.12%\r
\n" );
document.write( "\n" );
document.write( "Example#5: Our quote $330. Variation: 65.0%\r
\n" );
document.write( "\n" );
document.write( "Can someone come up with a formula that works everytime?\r
\n" );
document.write( "\n" );
document.write( "Thanks Kathy \n" );
document.write( "
Algebra.Com's Answer #77081 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! try ... (your_quote)/(100%+(variation))=(winning_quote) \n" ); document.write( " |