document.write( "Question 972553: The sum of twice the square of a number and 7 times the number equals 15. What is the number?\r
\n" );
document.write( "\n" );
document.write( "Twice the square of a number equals the sum of 5 times the number and 17. Find the number \r
\n" );
document.write( "\n" );
document.write( "One number is 3 larger than another and the sum of their square is 269.Find the number. \r
\n" );
document.write( "\n" );
document.write( "Please help me!!!! \n" );
document.write( "
Algebra.Com's Answer #594855 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of twice the square of a number and 7 times the number equals 15. What is the number? \n" ); document.write( "2x^2 + 7x = 15 \n" ); document.write( "2x^2 + 7x - 15 = 0 \n" ); document.write( "2x^2 + 10x-3x - 15 = 0 \n" ); document.write( "2x(x+5)-3(x+5) = 0 \n" ); document.write( "(x+5)(2x-3) = 0 \n" ); document.write( "x = -5 or x = 3/2 \n" ); document.write( "---------------------------- \n" ); document.write( " \n" ); document.write( "Twice the square of a number equals the sum of 5 times the number and 17. Find the number. \n" ); document.write( "2x^2 = 5x+17 \n" ); document.write( "2x^2 - 5x - 17 = 0 \n" ); document.write( "x = [5 +- sqrt(25-4*2*-17)]/4 \n" ); document.write( "x = [5+-sqrt(161)]/4 \n" ); document.write( "x = [5+-12.69]/4 \n" ); document.write( "------------------- \n" ); document.write( "One number is 3 larger than another and the sum of their square is 269.Find the number. \n" ); document.write( "a = b + 3 \n" ); document.write( "a^2 + b^2 = 269 \n" ); document.write( "-------- \n" ); document.write( "(b+3)^2 + b^2 = 269 \n" ); document.write( "2b^2 + 6b = 260 \n" ); document.write( "b^2 + 3b -130 = 0 \n" ); document.write( "(b+13)(b-10) = 0 \n" ); document.write( "--- \n" ); document.write( "If b = -13, a = -10 \n" ); document.write( "If b = 10, a = 13 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( " |