document.write( "Question 704834: When the sum of 546 and three times a positive number is subtracted from the square of the number, the result is 154. Find the number. \n" ); document.write( "
Algebra.Com's Answer #434300 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! When the sum of 546 and three times a positive number is subtracted from the square of the number, the result is 154. Find the number. \n" ); document.write( "Let n = the number \n" ); document.write( "then \n" ); document.write( "n^2 - (546 + 3n) = 154 \n" ); document.write( "n^2 - 546 - 3n = 154 \n" ); document.write( "n^2 - 3n - 546 = 154 \n" ); document.write( "n^2 - 3n - 700 = 0 \n" ); document.write( "(n + 25)(n - 28) = 0 \n" ); document.write( "n = {-25, 28} \n" ); document.write( "Since the problem specified a POSITIVE number: \n" ); document.write( "n = 28 \n" ); document.write( " |