document.write( "Question 1010659: The school band raised $160 for their fundraiser. They are selling Valentines for $3 each and need to raise a total of $400.How many Valentines do they need to sell to reach their goal
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #626133 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let v be the number of valentines they need to sell. The set up is like this... \n" ); document.write( "160 + 3v = 400 \n" ); document.write( "3v = 240 \n" ); document.write( "v = 80 valentines \n" ); document.write( " |