document.write( "Question 936674: cost of a borehole is £400 for the first meter and increases by £25 for each successive meter, calculate the cost of the borehole if it is 24 m deep. \n" ); document.write( "
Algebra.Com's Answer #570143 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! the problem statement is not clear, so there are two possible interpretations: \n" ); document.write( "--- \n" ); document.write( "A) first interpretation: \n" ); document.write( "meter 1 = 400 \n" ); document.write( "meter 2 = 25 \n" ); document.write( "meter 3 = 25 \n" ); document.write( "... \n" ); document.write( "400 + 25*23 = 975 \n" ); document.write( "answer A: \n" ); document.write( "borehole cost = 975 \n" ); document.write( "--- \n" ); document.write( "B) second interpretation: \n" ); document.write( "meter 1 = 400 \n" ); document.write( "meter 2 = 400+25 \n" ); document.write( "meter 3 = 400+25+25 \n" ); document.write( "... \n" ); document.write( "400 + 400+(25*1) + 400+(25*2) ... + 400+(25*22) + 400+(25*23) = ??? \n" ); document.write( "24*400 + 25*(1+2+ ... +22+23) = ??? \n" ); document.write( "--- \n" ); document.write( "the sum of consecutive integers from n to m = (m-n+1)*(n+m)/2 \n" ); document.write( "--- \n" ); document.write( "24*400 + 25*(m-n+1)*(n+m)/2 = ??? \n" ); document.write( "24*400 + 25*(23-1+1)*(1+23)/2 = 16500 \n" ); document.write( "answer B: \n" ); document.write( "borehole cost = 16500 \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |