document.write( "Question 469606: The formula N = 2x^2+6x+3 represents the number of households N, in thousands, in a certain city that have a computer x years after1990. According to the formula, in what year were there 59 thousand households with computers in this city? ( for this problem ignore any negative solutions.) \n" ); document.write( "
Algebra.Com's Answer #322171 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 59=2x2+6x+3 \n" ); document.write( "2x2+6x-56=0 \n" ); document.write( "x2+3x-28=0 \n" ); document.write( "(x+7)(x-4)=0 \n" ); document.write( "x=-7 or 4 \n" ); document.write( "Throwing out the negative answer, we get x=4, so the year was 1990 + 4=1994.. \n" ); document.write( " |