document.write( "Question 1173113: Amanda is an artist. She uses the formula T = 10x + 12y to calculate the total cost to purchase canvases and cans of paint for her paintings. Which formula can be used to determine the number of canvases purchased, , given the total cost, T, and the number of cans of paint purchased , y? \n" ); document.write( "
Algebra.Com's Answer #798270 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! T=10x+12y, solve for x by first isolating it \n" ); document.write( "10x=T-12y. Then divide by 10 \n" ); document.write( "x=(T-12y)/10 \n" ); document.write( " |