document.write( "Question 1077449: By reading a graph on defense spending in the country of Warpeas, you discover that in year 0 the country spent $176 million on defense and in year 8 spent $528 million. Write a linear function that relates y (in millions of dollars) to x. \n" ); document.write( "
Algebra.Com's Answer #691930 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! y represents the money spent on defence \n" ); document.write( "x represents time \n" ); document.write( " y is a linear function of x \n" ); document.write( " hence y= ax+b, where a, b are constants \n" ); document.write( " for x=0, y= $ 176 million \n" ); document.write( " put these values in the above equation \n" ); document.write( " 176 = a(0)+b \n" ); document.write( " 176 =b \n" ); document.write( " hence b= 176 \n" ); document.write( " for x= 8, y= 528 million \n" ); document.write( " hence 528 = 8(a) +b \n" ); document.write( " but b=176 \n" ); document.write( " hence 528 = 8*a+176 \n" ); document.write( " \n" ); document.write( " {{[ 352=8a}}} \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " hence a= 44 and b =176 \n" ); document.write( " Hence y= 44x+176 \n" ); document.write( " \n" ); document.write( " |