document.write( "Question 1077451: The amount of time t it takes a flame to go out in a closed container is a linear function of the volume of the container x. A flame in 748 mL container takes 14 seconds to go out and a flame in a 1100 mL container takes 22 seconds. Write a linear function that relates t to x. \n" ); document.write( "
Algebra.Com's Answer #691929 by srinivas.g(540) You can put this solution on YOUR website! let t be the time taken by flame \n" ); document.write( "let x be the volume of the container \n" ); document.write( " it is mentioned that t is linear function of x \n" ); document.write( " hence t= ax+b \n" ); document.write( " here a , b are constants \n" ); document.write( " it is given that \n" ); document.write( " for x=748 ml, t= 14 \n" ); document.write( " put these values in the above equation \n" ); document.write( " 14= 748 a +b ---------eq(1) \n" ); document.write( " for x=1100 ml, t= 22 seconds \n" ); document.write( " 22 = 1100a+b ----- eq (2) \n" ); document.write( " we need to solve eq(1) and eq(2) for a, b \n" ); document.write( " subtract eq(1) from eq (2) \n" ); document.write( " 22 = 1100 a+ b \n" ); document.write( " 14 = 748 a +b \n" ); document.write( "---------------------------- \n" ); document.write( " 8=352 a \n" ); document.write( "---------------------- \n" ); document.write( " \n" ); document.write( " put \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " hence b= -3 and a= \n" ); document.write( " substitute these values in t= ax +b \n" ); document.write( " |